Pinned Repositories
Algorithms
A collection of algorithms and data structures
awesome-dynamodb
List of resources for learning about modeling, operating, and using Amazon DynamoDB
BellmanFordAlgorithm
Bellman Ford algorithm to calculate the shortest paths taking the negative edge weights into account.
BreadthFirstSearch
Java based implementation of Breadth First Search
DijkstraShortestPath
Dijkstra shortest path algorithm using a min priority heap
estatepro-spring-boot-graphql-project
GraphQL back-end in Spring Boot of a simple real estate management system.
RodCutting
A dynamic programming based solution to the rod cutting problem
system-design
Learn how to design systems at scale and prepare for system design interviews
vladmihalcea.wordpress.com
Some of the source code for vladmihalcea.com. The hibernate-master-class and the high-performance-java-persistence are used as blog source code repos as well.
collegian's Repositories
collegian/BreadthFirstSearch
Java based implementation of Breadth First Search
collegian/DijkstraShortestPath
Dijkstra shortest path algorithm using a min priority heap
collegian/estatepro-spring-boot-graphql-project
GraphQL back-end in Spring Boot of a simple real estate management system.
collegian/RodCutting
A dynamic programming based solution to the rod cutting problem
collegian/system-design
Learn how to design systems at scale and prepare for system design interviews
collegian/vladmihalcea.wordpress.com
Some of the source code for vladmihalcea.com. The hibernate-master-class and the high-performance-java-persistence are used as blog source code repos as well.
collegian/Algorithms
A collection of algorithms and data structures
collegian/awesome-dynamodb
List of resources for learning about modeling, operating, and using Amazon DynamoDB
collegian/BellmanFordAlgorithm
Bellman Ford algorithm to calculate the shortest paths taking the negative edge weights into account.
collegian/booknotes
My notes from various books I've read
collegian/design-patterns-explained-with-food
GoF Design Patterns with "Real-World" examples involving Food-Related Businesses and mock dependencies
collegian/fbjs
A collection of utility libraries used by other Facebook JS projects.
collegian/FibonacciGenerator
A dynamic programming based solution to generate fibonacci numbers
collegian/HelloWorld
collegian/KruskalMST_LinkedListWeightedUnion
A linked list weighted union heuristic based implementation of Kruskal Algorithm
collegian/Leetcode-Company-Wise-Problems
This is a repository containing the list of company wise questions available on leetcode premium. Every pdf file in this repository corresponds to a list of questions on leetcode for a specific company based on the leetcode company tags.
collegian/leetcode-company-wise-problems-2022
Lists of company wise questions available on leetcode premium. Every csv file in the companies directory corresponds to a list of questions on leetcode for a specific company based on the leetcode company tags. Updated as of May, 2022.
collegian/LevelBasedTraversal
Creates an ArrayList of LinkedList of all nodes in the tree at the same level.
collegian/material-ui-nested-menu-item
Drop-in replacement for MUI's MenuItem with infinitely nested menus, and open on hover
collegian/nosql-interview-questions
🟣 NoSQL interview questions and answers to help you prepare for your next software architecturea and design patterns interview in 2024.
collegian/PrimsMST_MinPriorityHeapBased
Prims algorithm to implement minimum spanning tree based on a minimum priority heap.
collegian/system-design-101
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
collegian/TicTacToe
collegian/treesAndGraphs
collegian/workingOutAlgorithms
collegian/Youtube-Tutorials
Tutorials can be found at www.youtube.com/user/oneillcode