Skip to content

alvinsjoy/CPrograms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms in C

This repository contains implementations of various data structures and algorithms in C according to the syllabus prescribed by APJ Abdul Kalam Technological University for the course CSL203 (DATA STRUCTURES LAB).

Structure

The repository is organized into two main directories:

  • dsa/: Contains C files implementing various data structures and algorithms.
  • .vscode/: Contains configuration files for Visual Studio Code.

Running the Code

To run any of the C files, use a C compiler such as gcc. For example, to compile and run doublyLinkedList.c, use the following commands:

gcc dsa/doublyLinkedList.c -o doublyLinkedList
./doublyLinkedList

About

KTU S3 Data structures lab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages