Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 845 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 845 Bytes

Algos-DS

Popular algorithms in C

The aim of this is to implement (using C programing language) as many basic DSA studied concepts so as to see working, real and modifiable versions of it. Feel free to add any of your choice and send in a pull request accordingly. Blow me away with your code and let's crack these stuff together

........

Have just started adding some basic fun programs like the pattern program and the digit divider programs in C, along with some fundamental concept programs like some recursive programs which are pretty interesting and should be looked upon if one is a beginner in C programing language and some of the concepts.

Also, integrating the use of LLMs like Monica, poe and GitHub copilot in my programing process. Did that with the linked list C code implementation.