Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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