Pinned Repositories
Algorithmic_Programming
Fascinating solutions to complex algorithmic problems, mostly in graph theory
algs4
Algorithms, 4th edition textbook code and libraries
awesome-algorithms
A curated list of awesome places to learn and/or practice algorithms.
competitive-programming
👨🏻💻 My solutions for various competitive programming questions, as well as various algorithms/technical interview practice.
geeksforgeeks
Java Solutions to problems from geeksforgeeks.org
google-interview-university
A complete daily plan for studying to become a Google software engineer.
graph
array-based and list-based implementations of graph theory problems
Graph-1
JAVA Boiler-plate for Graph related questions which are asked in most coding competitions. The current implementation enables the user to plug-in the business logic as a saperate class, by following simple procedure. This is highly useful in scenarios where the users want to solve a graph related problem without creating the graph related infra.
Graph-problems
This repository has problems solved on Graph
GraphAlgorithms
Solution of some problems from http://acm.math.spbu.ru/trains/13s344.pdf
mayankdroid's Repositories
mayankdroid/competitive-programming
👨🏻💻 My solutions for various competitive programming questions, as well as various algorithms/technical interview practice.
mayankdroid/Algorithmic_Programming
Fascinating solutions to complex algorithmic problems, mostly in graph theory
mayankdroid/algs4
Algorithms, 4th edition textbook code and libraries
mayankdroid/awesome-algorithms
A curated list of awesome places to learn and/or practice algorithms.
mayankdroid/geeksforgeeks
Java Solutions to problems from geeksforgeeks.org
mayankdroid/google-interview-university
A complete daily plan for studying to become a Google software engineer.
mayankdroid/graph
array-based and list-based implementations of graph theory problems
mayankdroid/Graph-1
JAVA Boiler-plate for Graph related questions which are asked in most coding competitions. The current implementation enables the user to plug-in the business logic as a saperate class, by following simple procedure. This is highly useful in scenarios where the users want to solve a graph related problem without creating the graph related infra.
mayankdroid/Graph-problems
This repository has problems solved on Graph
mayankdroid/GraphAlgorithms
Solution of some problems from http://acm.math.spbu.ru/trains/13s344.pdf
mayankdroid/Graphs
Collection of problems on Leetcode classified under "Graph" category
mayankdroid/graphs-1
Product delivery problem using graphs.
mayankdroid/Graphs-and-Some-problems
Graph basics and problems.
mayankdroid/interviews
Everything you need to know to get the job.
mayankdroid/system-design-interview
System design interview for IT companies
mayankdroid/system_design
Preparation links and resources for system design questions
mayankdroid/tech-interview-handbook
💯 Algorithms study materials, behavioral content and tips for rocking your coding interview
mayankdroid/USACO