Skip to content

DonataGri/data-structures-algorithms-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures & Algorithms in C

Implementation of fundamental data structures and algorithms in C.

Based on the course
Mastering Data Structures & Algorithms using C and C++ — Abdul Bari.

Personal implementations based on the course.


Topics

  • Recursion
  • Arrays
  • Strings
  • Linked Lists
  • Stack
  • Queue
  • Trees (Binary Tree, BST, Traversals)
  • Sorting Algorithms
  • Hashing
  • Graphs

Build & Run (macOS)

Using Clang (default compiler on macOS):

clang filename.c -o output
./output

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages