PROJECT_LOADED

Leetcode - solutions

All my solutions to the Leetcode challenges in Rust, Typescript and Java.

Created
Read Time
2 min
Type
Programming Challenges

Project Overview

Project Overview

My LeetCode solutions repository contains solutions to algorithmic challenges implemented in Rust, TypeScript, and Java. This collection demonstrates proficiency in data structures, algorithms, and multiple programming paradigms.

Repository Statistics

  • 300+ Problems Solved: Covering all difficulty levels
  • Multiple Languages: Solutions in Rust, TypeScript, and Java
  • Optimized Solutions: Focus on time and space complexity
  • Well-Documented: Clear explanations and complexity analysis

Technical Coverage

  • Data Structures:
    • Arrays, Linked Lists, Trees, Graphs
    • Stacks, Queues, Heaps
    • Hash Tables, Tries
  • Algorithms:
    • Dynamic Programming
    • Graph Traversal (BFS/DFS)
    • Binary Search
    • Sliding Window
    • Two Pointers
    • Backtracking

Tech Stack

Rust
TypeScript
Java
Algorithms
Data Structures