https://github.com/ranitmanik/dsa-bootcamp-c
This repository contains a collection of my DSA assignments and source code creations while learning DSA from CodeWithHarry. Master the fundamentals of Data Structures and Algorithms using the C programming language. Delve into detailed chapters and practice sets to enhance your skills.
https://github.com/ranitmanik/dsa-bootcamp-c
bootcamp c c-language codewithharry course dsa dsa-algorithm dsa-beginner dsa-c dsa-learning-series dsa-practice dsa-questions practice-programming
Last synced: 2 months ago
JSON representation
This repository contains a collection of my DSA assignments and source code creations while learning DSA from CodeWithHarry. Master the fundamentals of Data Structures and Algorithms using the C programming language. Delve into detailed chapters and practice sets to enhance your skills.
- Host: GitHub
- URL: https://github.com/ranitmanik/dsa-bootcamp-c
- Owner: RanitManik
- Created: 2024-01-17T16:23:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-10T15:28:24.000Z (12 months ago)
- Last Synced: 2025-02-26T05:42:33.960Z (2 months ago)
- Topics: bootcamp, c, c-language, codewithharry, course, dsa, dsa-algorithm, dsa-beginner, dsa-c, dsa-learning-series, dsa-practice, dsa-questions, practice-programming
- Language: C
- Homepage: https://youtube.com/playlist?list=PLu0W_9lII9ahIappRPN0MCAgtOu3lQjQi&si=jclp85UrLKYRnPYa
- Size: 72.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Data Structures and Algorithms Bootcamp in C
Welcome to the Data Structures and Algorithms Bootcamp using the C programming repository! This repository contains a collection of my DSA assignments and source code creations while learning DSA from CodeWithHarry. Master the fundamentals of Data Structures and Algorithms using the C programming language. Delve into detailed chapters and practice sets to enhance your skills.
## Table of Contents
- [Table of Contents](#table-of-contents)
- [Getting Started](#getting-started)
- [Course Link](#course-link)
- [Contact](#contact)
- [Acknowledgments](#acknowledgments)## Getting Started
_To start your journey in the DSA Bootcamp, follow these steps:_
1. **Clone the repository:**
```bash
git clone https://github.com/RanitManik/DSA-Bootcamp-C.git
```2. **Add this repository as Remote:**
```bash
git remote add origin https://github.com/RanitManik/DSA-Bootcamp-C.git
```3. **Create and Switch to Your Branch:**
```bash
git checkout -b YourBranchName
```4. **Push your changes to this branch:**
```bash
git push --set-upstream origin DEV/{your_name}/{in_which_you_working_on}
```## Course Link
Explore the video tutorials for [Data Structures and Algorithms Bootcamp](https://youtube.com/playlist?list=PLu0W_9lII9ahIappRPN0MCAgtOu3lQjQi&si=jclp85UrLKYRnPYa) by [CodeWithHarry](https://www.youtube.com/@CodeWithHarry) on YouTube.
## Contact
Social Media
Username
Link
![]()
[email protected]
![]()
Ranit Manik
![]()
ranit_manik_
![]()
RanitKumarManik
![]()
RANIT_MANIK
## Acknowledgments
A special thanks to the DSA community and all the online resources that have contributed to this learning journey. Let's build a strong foundation in Data Structures and Algorithms together!
> [!NOTE]
>
> It's worth mentioning that all codes within this repository are personally coded by me and have undergone formatting enhancements by ChatGPT to ensure improved readability for my future reference.Happy Coding!