collegian's repositories
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.
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.
design-patterns-explained-with-food
GoF Design Patterns with "Real-World" examples involving Food-Related Businesses and mock dependencies
FibonacciGenerator
A dynamic programming based solution to generate fibonacci numbers
KruskalMST_LinkedListWeightedUnion
A linked list weighted union heuristic based implementation of Kruskal Algorithm
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.
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.
LevelBasedTraversal
Creates an ArrayList of LinkedList of all nodes in the tree at the same level.
material-ui-nested-menu-item
Drop-in replacement for MUI's MenuItem with infinitely nested menus, and open on hover
nosql-interview-questions
🟣 NoSQL interview questions and answers to help you prepare for your next software architecturea and design patterns interview in 2024.
PrimsMST_MinPriorityHeapBased
Prims algorithm to implement minimum spanning tree based on a minimum priority heap.
system-design-101
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
Youtube-Tutorials
Tutorials can be found at www.youtube.com/user/oneillcode