Skip to content

Some basic programs created in C language related to the topics Data Structures, Recursion etc.

License

Notifications You must be signed in to change notification settings

Ashi777/C-Programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Programs

Following Topics and their programs are present :-


Data Structures (DSA)

Contains most of the main programs based on ADT, with muliple data structures present, like :

Array
  • Removal of Duplicate
  • Finding All Address
  • All Arithmetic Functions on elements
  • etc.

Linked List
  • Singly Linked List
  • Doubly Linked List
  • Circular Linked List
  • Array to Singly and Doubly Linked Lists
  • etc.

Queue
  • Queue Using Array, Linked List and struct
  • Cicular Queue using Array, Linked List
  • etc.

Stack
  • Stack using Array
  • Stack using Array and Linked List or struct
  • etc.

Tree
  • Binary Tree
  • etc.


Recursive Functions

Programs based on recursion like :

  • Fibonacci Series
  • Factorial
  • Permutation
  • Combination
  • etc

Calculation Based Programs

Programs to perform muliple different calculations on the input provided