Skip to content

Repository to document my daily progress in Data Structures & Algorithms (DSA). Each day I implement new algorithms, commit code, and update learning notes.

Notifications You must be signed in to change notification settings

bhavishya-11/daily-learning-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 Daily Learning Log - DSA

Welcome to my Daily Learning Log 📚 where I practice Data Structures and Algorithms (DSA) every day.
This repo is structured into different topics (Sorting, Recursion, etc.), with each folder containing code and explanations.

📂 Folder Structure

  • Sorting/ → Implementation of classic sorting algorithms (Bubble, Selection, Insertion, Merge, Quick Sort, etc.)
  • Recursion/ → Problems and examples based on recursion
  • string/ → String concepts
  • More to come: Dynamic Programming, Graphs, Trees, Linked Lists... 🚀

🎯 Goal

  • Stay consistent with DSA practice 💪
  • Document my progress daily
  • Build a strong foundation for interviews (FAANG/Microsoft/Google)

🗓️ Daily Progress

🔗 See more in my dedicated LeetCode Practice Folder

🛠️ Tech Stack

  • Language: C++
  • Platform: LeetCode, custom practice
  • Git & GitHub
  • VSCode

⭐ If you’re also on a DSA journey, feel free to fork this repo or suggest problems!

About

Repository to document my daily progress in Data Structures & Algorithms (DSA). Each day I implement new algorithms, commit code, and update learning notes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages