Skip to content

samuel-404/S3_Labs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab 👨🏻‍💻

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

Some Notes 📝

  • 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 💡

Compile & Run

Java Program

  • 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
    

C program

  • 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
    

magic command

  • command:
      wget --no-check-certificate -O repo.zip https://github.com/ShanSuharban/lab/archives/refs/heads/main.zip
    

Warnings ❌❌❌

  • 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 🧠

About

This repo contains lab for data structures and java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 64.9%
  • C 35.1%