An open API service indexing awesome lists of open source software.

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.

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
[email protected]
Email



LinkedIn
Ranit Manik
LinkedIn



Instagram
ranit_manik_
Instagram



Facebook
RanitKumarManik
Facebook



Twitter
RANIT_MANIK
Twitter

## 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!