https://github.com/dhakalnirajan/dsa
C/C++ code for Solved DSA problems.
https://github.com/dhakalnirajan/dsa
Last synced: 2 months ago
JSON representation
C/C++ code for Solved DSA problems.
- Host: GitHub
- URL: https://github.com/dhakalnirajan/dsa
- Owner: dhakalnirajan
- Created: 2023-11-21T14:41:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T08:38:54.000Z (about 1 year ago)
- Last Synced: 2024-04-21T10:14:53.113Z (about 1 year ago)
- Language: C
- Size: 13.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structures and Algorithms
Languages and Tools used:

[](https://en.wikipedia.org/wiki/Data_structure)
[](https://en.wikipedia.org/wiki/Algorithm)
[](https://github.com/dhakalnirajan)
Author's Name
Author's ProfileThis repository contains implementations of various data structures and algorithms primarily written in C/C++. The problems are taken from [LeetCode](https://leetcode.com).
## Folder Structure
- `src`: Contains the two directories `data_structures` and `algorithms`.
- `data_structures`: Contains implementations of various data structures.
- `algorithms`: Contains implementations of various algorithms.
- `utils`: Contains utility functions used in the implementations.
- `tests`: Contains test cases for the implementations.
- `examples`: Contains example usage of the implementations.
- `docs`: Contains documentation for the implementations.Feel free to explore the code and use it as a reference for your own projects.