This repository contains implementations and examples of various data structures and algorithms in the C programming language.
- Array
- Bitwise
- Dynamic Programming (DP)
- Popular Data Structure Implementation in C
- Recursion
- Array Searching
- Array Sorting
- Basic Maths
Each folder contains the implementation and examples related to the specific topic mentioned. Feel free to explore and use the provided code as a reference.
If you want to contribute or add more examples, follow these steps:
- Fork the repository.
- Create a new branch.
- Make your changes.
- Commit your changes.
- Push to the new branch.
- Create a pull request.