https://github.com/aravachoudhary/data_structures_algorithms
This Repository contains my DSA codes and problem Solutions
https://github.com/aravachoudhary/data_structures_algorithms
algorithms-and-data-structures data-structures
Last synced: 22 days ago
JSON representation
This Repository contains my DSA codes and problem Solutions
- Host: GitHub
- URL: https://github.com/aravachoudhary/data_structures_algorithms
- Owner: AravaChoudhary
- Created: 2024-10-28T17:58:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-11T14:45:04.000Z (7 months ago)
- Last Synced: 2025-11-11T16:23:45.937Z (7 months ago)
- Topics: algorithms-and-data-structures, data-structures
- Language: C++
- Homepage: https://leetcode.com/u/AravaChoudhary/
- Size: 2.04 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 (DSA)
Welcome to my Data Structures and Algorithms (DSA) repository! This repository is a reflection of my journey to master DSA concepts and problem-solving skills. It contains:
##### • Solutions to various DSA problems
##### • Implementations of core Data Structures and Algorithms
##### • Code written primarily in C++ and also doing in Python.
My goal is to develop strong foundations in DSA by practicing and sharing solutions while continuously improving my problem-solving approach.
## 🚀 Current Progress
I am currently focusing on solving LeetCode Problems to practice and refine my problem-solving skills.
Topics Under Progress:
## 🔎 Recursion and Backtracking
• GfG Problems
• LeetCode Prolems
• Binary Search Problems
• String Problems
## ✅ Topics Done
• Time & Space Complexity
• Arrays
• Array Related LeetCode Problems
• STL (Standard Template Library)
• Binary Search & Linear Search
• Strings and Character Arrays
• Pointers
• Recursion
## 📚 Learning Resource
I am following the book [Grokking Algorithms: An Illustrated Guide for Programmers and Other Curious People](https://www.manning.com/books/grokking-algorithms) by Aditya Bhargava, which provides a visual and approachable way to understand algorithms. This book has been instrumental in building my foundational knowledge. And I am also following different YouUbe channels for problem solving.
# 💻 Competitive Coding Profiles
📊 Leetcode Info
### 🧑🏻💻 GFG Profile : [GeeksforGeeks](https://www.geeksforgeeks.org/user/aravachoudhary/)