This repository contains S3 KTU 2019 scheme lab codes for Data Structures using C and Object Oriented Programming using JAVA
This repository also contain codes that are relevent to lab practice and concepts covered in the syllabus
- DS Codes: https://github.com/ShanSuharban/S3_Labs/tree/main/ds_c </>
- Java Codes : https://github.com/ShanSuharban/S3_Labs/tree/main/java ♨️
- Use the codes for Learning Purposes 📖
- Make sure you find the correct corresponding codes and make changes to the code and according to your need 💡
- To compile the java file:
javac file_name.java
- To compile the java Package File:
javac -d . package_file_name.java
- To run the java compiled program:
java file_name.java
- To compile C program:
cc file_name.c
- To compile C program contain Math Function:
cc file_name.c -lm
- To run C compiled program:
./a.out
- command:
wget --no-check-certificate -O repo.zip https://github.com/ShanSuharban/lab/archives/refs/heads/main.zip
- Dont Download or Copy the codes for exam and other areas
⚠️ ⚠️ ⚠️
- Dont just purely download and copy the codes ❗❗❗
- Modify and use according to your needs and usecases for understanding and learning 🧠