• Stars
    star
    208
  • Rank 185,366 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created over 2 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Repository with leetcode solutions and dedicated index to prepare for your Meta, Google, Amazon, Microsoft interviews. Feel free to share and contribute to this awesome repository.

Click below to expand and view problems.

difficulty chart

Arrays
Bit Manipulation
Backtracking
Design
Dynamic Programming
Graphs
Greedy
HashTable
Heap
LinkedLists
Maths
Prefix Sum
Queue
Recursion
Search
Sorting
Stack
Strings
Trees
Tries
Two Pointers
Concepts - Print Number from 1 to N && from N to 1 && from 1 to N and N to 1 in same - 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
    • Longest Common Subsequence
    • Printing Longest Common Subsequence
  • 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
  • graphs

    • Graph Representation
    • BFS
    • DFS
    • Cycle Detection Using BFS
    • Cycle Detection Using DFS
    • Cycle Detection Using BFS in DAG
    • Cycle Detection Using DFS in DAG
    • Topological Sort (Linear Ordering of Vertices such that if there is and edge u --> v, u appears before v in that ordering )

Wanna Contribute to this repository !!

Thank You !!

More Repositories

1

codetrek

My Journey from Mechanical Engineer to a Software Development Engineer. Putting down my learnings, hoping that it helps others
95
star
2

Pawnhub

Pawnhub is a chess variant. Capturing rival pieces demotes the capturing piece to pawn piece after eliminating captured piece.
Python
15
star
3

Jiganesh

Want to make a profile like me !!! Checkout this Repository and make awesome public profile.
15
star
4

Python

This repository contains most of the Important codes I've learned so far and some Important concepts. I Contribute Solutions to problems every day.
Python
9
star
5

Javascript

This folder I will be sharing my javascript learnings
JavaScript
8
star
6

Projects

This Repository contains all my projects and their local versions.
HTML
7
star
7

Java

This is Java repository where I will be studying and putting notes for java.
Java
6
star
8

System-Design

Learnings about system design
6
star
9

Problems

Competitive Programming Journey
Java
6
star
10

Scala

This Repository contains all my scala codes
Scala
5
star
11

HearAnime

Anime soundtrack Collections
HTML
5
star
12

Patrolling_Robot

This repository contains all the files and project codes used with their simulations.
Python
5
star
13

Certificates

Soft Copy of Some Certificates
5
star
14

ElementalDominance

This Repository Contains Code for ElementalDominance Game With all the Images and Assets. Elemental Dominance is RPG Wizard Game where you fight Evil Wizard to save World.
HTML
4
star
15

DataScience

Repository to hold all my Data Science related projects
Jupyter Notebook
4
star
16

WebDevelopment

This is my repository for web development learning.
HTML
3
star
17

Algorithms

This is repository - where I will keep all my algorithm
Python
3
star
18

RockPaperScissors

CSS
3
star
19

Pyspark

Learning Pyspark from Various Sources to kickstart Career in Data.
3
star
20

MazePathFinder

Path Finder Algorithm Demonstration but in Terminal XD
Python
3
star
21

Portfolio

This is my portfolio
CSS
3
star
22

Docket

This is Simple Web Application made with Django
Python
3
star
23

JourneyToGoogle

This Repository Contains all solved Assignments from InfyTQ platform Modules. All the Assignments and Exercises are solved and Important Tryouts are included.
Java
3
star
24

Calculator

This is Basic Calculator Web Application which takes in expression from users and gives an answer to that arithmetic expression.
Python
3
star
25

MusicTap

CSS
2
star
26

GIT

This repository hold my all learnings about git
1
star
27

DataAnalytics

Pyspark
1
star
28

SQL

SQL PRACTICE CODES
1
star
29

SmartContractCourse

Learning Solidity, Blockchain and Smart Contract Course
Solidity
1
star