Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days ago
JSON representation
Solutions for data structures and algorithms from LeetCode and HackerRank.
- Host: GitHub
- URL: https://github.com/sahilm8/dsa_solutions
- Owner: sahilm8
- License: mit
- Created: 2024-12-04T11:56:26.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T08:41:38.000Z (29 days ago)
- Last Synced: 2025-01-15T10:33:44.006Z (28 days 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
![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=openjdk&logoColor=white) ![LeetCode](https://img.shields.io/badge/LeetCode-000000?style=for-the-badge&logo=LeetCode&logoColor=#d16c06) ![Hackerrank](https://img.shields.io/badge/-Hackerrank-2EC866?style=for-the-badge&logo=HackerRank&logoColor=white)
![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
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