Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kajaldeore04/datastructure
https://github.com/kajaldeore04/datastructure
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kajaldeore04/datastructure
- Owner: KajalDeore04
- Created: 2023-11-26T08:00:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-03T14:53:25.000Z (11 months ago)
- Last Synced: 2024-02-03T18:57:50.795Z (11 months ago)
- Language: C
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structures Notes
Welcome to my Data Structures Notes repository! This repository contains comprehensive notes, code implementations, and short video explanations for various data structures in C. Explore the content to deepen your understanding of fundamental data structures.
## Introduction
This repository serves as a comprehensive resource for understanding and implementing various data structures in C. You can find corresponding code snippets and short video explanations that simplify complex concepts.
## Video Explanations
I complement these notes with short video explanations on my YouTube channel. Check out the [Data Structures Playlist](https://www.youtube.com/playlist?list=PLwVvi3kECIdy6jsH6BQ72h9Q0GL_5klcR) for video tutorials corresponding to the code in this repository.
Subscribe to my channel to stay updated with new content and explanations!
## Getting Started
To get started with this repository, you can follow these steps:
1. **Clone the Repository:**
```bash
git clone https://github.com/KajalDeore04/DataStructure.git
```2. **Navigate to the Repository:**
```bash
cd DataStructure
```3. **Explore the Notes:**
Open the markdown files in your favorite text editor or use a Markdown viewer to explore the notes and code snippets.## Contributing🚀
If you find errors, have suggestions, or want to add your own notes, feel free to contribute! Follow these steps:
1. Fork the repository.
2. Create a new branch for your changes.
3. Make your changes and commit them.
4. Push your changes to your fork.
5. Submit a pull request.