https://github.com/sahilm8/dsa_solutions
Solutions for data structures and algorithms from LeetCode and HackerRank.
https://github.com/sahilm8/dsa_solutions
hackerrank java leetcode
Last synced: 8 months ago
JSON representation
Solutions for data structures and algorithms from LeetCode and HackerRank.
- Host: GitHub
- URL: https://github.com/sahilm8/dsa_solutions
- Owner: sahilmemon7
- License: mit
- Created: 2024-12-04T11:56:26.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T08:41:38.000Z (10 months ago)
- Last Synced: 2025-02-27T01:52:22.706Z (9 months ago)
- Topics: hackerrank, java, leetcode
- Language: Java
- Homepage: https://github.com/sahilm8/dsa_solutions
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DSA Solutions
  


Solutions for data structures and algorithms from LeetCode and HackerRank.
## LeetCode
### Easy
- Two Sum
- Valid Parenthesis
- Merge Two Sorted Lists
- Max Depth of a Binary Tree
- Reverse Linked List
- First Unique Character in a String
- Best Time to Buy and Sell Stock
- High Five
- Backspace String Compare
- Climb Stairs
### Medium
- Robot Bounded in Circle
- Decode Ways
- Fraction to Recurring Decimal
- 3Sum
- Find the Winner of the Circular Game
- Better Compression of String
- Longest Substring Without Repeating Characters
- Group Anagrams
- House Robber
- Palindromic Substrings
- Construct Smallest Number From DI String
- Container With Most Water
- Generate Parentheses
- Jump Game
- Best Time to Buy and Sell Stock II
- Maximum Product Subarray
- Minimum Size Subarray Sum
- Ugly Number II
- Maximum Size Subarray Sum Equals k
- String Compression
### Hard
- Trapping Rain Water
- Median of Two Sorted Arrays
## HackerRank
### Easy
- FactoryPattern
- IfElse
- InputOutput
- Welcome
### Medium
- ArrayPartTwo
- BigDecimalNum
- CanAccess
- CharStack
- Dequeue
- LambdaExpression
- PlayerComparator
- PrimeChecker
- Regex
- StudentsPriorityQueue