Skip to content

JiteshBhashwani/DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JiteshBhashwani/DSA

This is a repository to track the progress of my data structures and algorithms (DSA) learning journey. I am following various online courses, books and websites to learn and practice DSA concepts and problems.

Table of Contents

The repository contains the following directories:

  • datastructures: This directory contains implementations of various data structures such as arrays, linked lists, stacks, queues, trees, graphs, etc. in C++.
  • algorithms: This directory contains implementations of various algorithms such as sorting, searching, dynamic programming, greedy, backtracking, etc. in C++.
  • problems: This directory contains solutions to various DSA problems from different platforms such as LeetCode, HackerRank, CodeChef, etc. in C++.

Note: This repository is still in progress and I am currently adding more content as I am learning. Some content may be in Java instead of C++.

Motivation

I created this repository to document my learning process and to showcase my skills and knowledge in DSA. I believe that DSA is an essential topic for any software engineer or programmer who wants to solve complex problems efficiently and elegantly. I also enjoy learning new things and challenging myself with different types of problems.

Resources

The resources that I am using or have used for learning DSA are:

How to use

To use this repository, you need to have a C++ compiler installed on your system. You can use any IDE or text editor of your choice. To compile and run a C++ file from the command line, you can use the following commands:

g++ filename.cpp -o filename ./filename

License

This repository is licensed under the MIT License - see the LICENSE file for details.

Contact

If you have any questions or suggestions regarding this repository, feel free to contact me at jiteshbhashwani@gmail.com or open an issue on GitHub.