All Projects → Jiganesh → High-On-DSA

Jiganesh / High-On-DSA

Licence: MIT License
Repository with leetcode solutions and dedicated index to prepare for your FAANGM interviews. Feel free to share and contribute to this awesome repository.

Programming Languages

java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to High-On-DSA

CodingInterview
Solutions to Leetcode, CareerCup Coding problems
Stars: ✭ 64 (+28%)
Mutual labels:  leetcode, leetcode-solutions
Algorithm-Patterns
面试常用算法框架分类总结,带你逐类击破 LeetCode 题目,培养算法思维,一通百通。Summary of Algorithm Patterns in coding interview. Cracking LeetCode and build up your algorithm thinking.
Stars: ✭ 24 (-52%)
Mutual labels:  leetcode, leetcode-solutions
LeetCode
✍️ My LeetCode solutions, ideas and templates sharing. (我的LeetCode题解,思路以及各专题的解题模板分享。分专题归纳,见tag)
Stars: ✭ 123 (+146%)
Mutual labels:  leetcode, leetcode-solutions
leetcode-php
My PHP Solutions for leet code problems with different test cases
Stars: ✭ 18 (-64%)
Mutual labels:  leetcode, leetcode-solutions
Algorithms
✨ a bunch of algorithms in a bunch of languages ✨
Stars: ✭ 55 (+10%)
Mutual labels:  leetcode, leetcode-solutions
leetcode-javascript
LeetCode javascript solutions
Stars: ✭ 185 (+270%)
Mutual labels:  leetcode, leetcode-solutions
Coding-Interview-101
Solutions to LeetCode problems filtered with companies, topics and difficulty.
Stars: ✭ 21 (-58%)
Mutual labels:  leetcode, leetcode-solutions
iOS-Algorithm
iOS数据结构算法
Stars: ✭ 22 (-56%)
Mutual labels:  leetcode, leetcode-solutions
data-structure-and-algorithm
Basic data structures, sorting algorithms, algorithms learning tools. 基本数据结构,排序算法,算法学习工具
Stars: ✭ 86 (+72%)
Mutual labels:  leetcode, leetcode-solutions
LeetCode-with-JavaScript
Solutions collection of my LeetCode submissions in JavaScript (LeetCode 解题集之 JavaScript 版)
Stars: ✭ 104 (+108%)
Mutual labels:  leetcode, leetcode-solutions
data-structures-and-algorithms
Important data structures and algorithms implemented in Java along with solutions to AlgoExpert problems and some Leetcode problems.
Stars: ✭ 222 (+344%)
Mutual labels:  leetcode, leetcode-solutions
leetcode-daily
leetcode daily solutions
Stars: ✭ 18 (-64%)
Mutual labels:  leetcode, leetcode-solutions
leetcode-java
leetcode 解题方法 Java 语言描述,包含各种常见解题模板和各个题目出题频率
Stars: ✭ 152 (+204%)
Mutual labels:  leetcode, leetcode-solutions
Must-Do-Coding-Questions-for-Companies
Must Do Coding Questions for Companies like Amazon, Microsoft, Adobe, etc. It also help to crack the technical inteviews.
Stars: ✭ 28 (-44%)
Mutual labels:  leetcode, leetcode-solutions
LeetCode-Problems-Solution-Book
REPOSITORY EXCLUDED FROM HACKTOBERFEST 2021, CHECK THIS : https://github.com/piyushsharma220699/Hacktoberfest-2021/issues/261
Stars: ✭ 35 (-30%)
Mutual labels:  leetcode, leetcode-solutions
datastructures-and-algorithms
Repository for studying/practicing Data Structures, Algorithms and Code Interview Problems.
Stars: ✭ 30 (-40%)
Mutual labels:  leetcode, leetcode-solutions
CodingInterview
Leetcode解题、剑指offer第二版💪💪💪⛷😀
Stars: ✭ 28 (-44%)
Mutual labels:  leetcode, leetcode-solutions
leetcode
My LeetCode Solutions. 我的leetcode解题源码.
Stars: ✭ 30 (-40%)
Mutual labels:  leetcode, leetcode-solutions
leetcode-solution-curation
A one-stop repository for LeetCode solutions.
Stars: ✭ 31 (-38%)
Mutual labels:  leetcode, leetcode-solutions
leetcode-java
🎓🎓🎓 Leetcode solution in Java - 536/921 Solved. https://leetcode.com/problemset/all/
Stars: ✭ 56 (+12%)
Mutual labels:  leetcode, leetcode-solutions

Index Of Problems

Click below to expand and view problems.

Arrays
Dynamic Programming
Greedy
LinkedLists
Maths
Queue
Recursion
Search
Sorting
Stack
Strings
Trees
Tries
Concepts / Miscelleneous
  • recursion

    • Print Number from 1 to N && from N to 1 && from 1 to N and N to 1 in same
    • Sum and Product Factorial of Number from 1 To N
    • Sum and Product of Digits in a Number
    • Reverse A Number
    • Maximize The Number By Swapping Adjacent Two Digits Not Yet Solved
  • dynamic Programming

    • Print possible Sum for Target using given number as many times possible
  • binarySearch

    • Order Agnostic Binary Search Binary Search
    • Search in Infinite Array Binary Search
    • Find Binary Search Ceiling Value Binary Search
    • Find Binary Search Floor ValueBinary Search
    • Find Pivot in Rotated Sorted Array Binary Search
    • Find Pivot in Rotated Sorted Element with Duplicates Binary Search
    • Rotation Count for Rotated Array Binary Search
    • Search in Sorted Row and Column Wise Matrix Binary Search
    • Search a Matrix sorted Row and Column wise Binary Search , Matrix
    • Search a Sorted Matrix Binary Search , Matrix
  • overflow & underflow

    • String to Integer - Handling Integer Overflow and Underflow

Wanna Contribute to this repository !!

Thank You !!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].