Skip to content

This repository contains various C programming as part of my first semester DSA paper. The code is organized into folders based on different concepts, such as arrays, functions, pointers, strings, structures and more.

Notifications You must be signed in to change notification settings

agusrajuthaliyan/S1-Data-Structures

Repository files navigation

C Programming DSA Practice

This repository contains various C programming files for my first semester Data Structures and Algorithms using C programming paper.

Structure:

The code is organized into folders based on different programming concepts:

  • 1D-Array: Files related to One-Dimensional Arrays
  • 2D-array: Files related to Two-Dimensional Arrays
  • Basic: Files containing basic C programming concepts
  • functions: Files demonstrating the use of functions
  • LinkedList : Contains various LinkedList operations
  • pointer: Files exploring the use of pointers
  • Queue : Queue Datastructure programs
  • Search & Sort : Some search and sort Algorithms
  • Stack : C files using stack Data Structure
  • strings: Files working with strings manipulation
  • struct: Files implementing structures

About

This repository contains various C programming as part of my first semester DSA paper. The code is organized into folders based on different concepts, such as arrays, functions, pointers, strings, structures and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages