Skip to content

Latest commit

 

History

History
68 lines (50 loc) · 1.55 KB

File metadata and controls

68 lines (50 loc) · 1.55 KB

📖 Daily Learning

My daily coding practice repository where I solve HackerRank problems using JavaScript. This repo tracks my continuous learning journey and improvement in problem-solving skills.

🎯 Purpose

I dedicate time each day to:

  • Solve HackerRank challenges
  • Strengthen my JavaScript fundamentals
  • Practice data structures and algorithms
  • Build consistency in coding

💻 Tech Stack

  • Language: JavaScript (ES6+)
  • Platform: HackerRank
  • Runtime: Node.js

🧩 Categories

Algorithms

  • Warmup Challenges
  • Implementation
  • Strings
  • Sorting
  • Search
  • Greedy
  • Dynamic Programming

Data Structures

  • Arrays
  • Linked Lists
  • Trees
  • Stacks & Queues
  • Hash Tables
  • Graphs

Problem Solving

  • Basic
  • Intermediate
  • Advanced

🎓 What I'm Learning

  • Writing clean, efficient JavaScript code
  • Understanding time and space complexity
  • Problem-solving patterns and techniques
  • Best practices in algorithm design

🤝 Contributing

This is my personal learning repository, but you're welcome to:

  • Suggest better solutions
  • Point out optimizations
  • Share alternative approaches

📫 Connect With Me


Keep learning, keep growing!

"The only way to learn a new programming language is by writing programs in it." - Dennis Ritchie