Skip to content
View aakashk7092's full-sized avatar

Block or report aakashk7092

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
aakashk7092/README.md

Hi, I'm Aakash Kumar

B.Tech Student | Aspiring Software Engineer | C++ | Data Structures & Algorithms

Consistency beats intensity.


About Me

  • B.Tech student focused on Data Structures, Algorithms, and C++
  • Active in competitive programming
  • Interested in system-level concepts (how things work internally)
  • Preparing for software engineering internships & entry-level roles

Coding Profiles

     


Tech Stack

  • Primary Language: C++
  • Core Areas: Data Structures & Algorithms
  • Problem Solving: Competitive Programming
  • Systems: Cache Design (LRU / LFU)

Featured Work

  • LRU Cache (C++) – O(1) using HashMap + Doubly Linked List
  • LFU Cache (C++) – O(1) with frequency tracking & LRU tie-breaking
  • LeetCode DSA Repository – Topic-wise structured C++ solutions
  • Codeforces Practice – Contest & problem solving
  • ESP32 RFID Asset Tracking System – Real-world IoT project

Current Focus

  • Daily DSA practice
  • Improving speed & accuracy
  • Preparing for SDE internships

Coding & GitHub Statistics


GitHub Commit Activity


Contribution Activity

GitHub Contribution Snake Animation



Academics

College)

Class XII

Class X

Pinned Loading

  1. leetcode-cpp-dsa leetcode-cpp-dsa Public

    LeetCode C++ solutions organised Data Structure wise

    C++

  2. CODE-FORCES-PROBLEMS CODE-FORCES-PROBLEMS Public

  3. LRU-Cache-DSA-Library LRU-Cache-DSA-Library Public

    Efficient LRU Cache implementation and core data structures in C++

    C++

  4. LFU-Cache-CPP LFU-Cache-CPP Public

    O(1) LFU Cache implementation in C++ using HashMaps and Doubly Linked Lists

    C++