Skip to content

mayurvarma14/data-structure-c

Repository files navigation

Data structure and Algorithms in C Language

This repository includes data structure and algorithms implemented using C Language

List of programs

  • Data structure
    • Array (Dynamic array)
    • Stack (Dynamic array)
    • Queue (Circular dynamic array)
    • Linked List
    • Binary Search Tree
  • Other programs
    • Factorial

Usage example

Change directory to the program you want to build and run make

>cd algorithms/factorial/

>make

>./factorial

Enter a number to find factorial:5

Factorial:120

Meta

Mayur Varma

Distributed under the MIT License. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/mayurvarma14/data-structure-c/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

Data structure and Algorithm programs in C Language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages