Skip to content

Hullaah/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

29 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“š Algorithms in C

This repository contains implementations of classic algorithms and data structures in pure C, organized by category.

The aim is to deeply understand algorithmic priciples by implementing everything from scratch without relying on language-specific shortcuts

Currently, the repository is following along with Tim Roughgarden's Algorithms Specialization and will later expand to include content from other well-known courses and books.

๐Ÿง  Why C?

C gives a deeper understanding of how algorithms behave at the memory and performance level.

๐Ÿ“‚ Structure

  • divide_and_conquer - Divide and Conquer algorithms
  • include - Reusable headers

About

This repository contains implementation of classical algorithms and data structures in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published