ZhangZhihui's Blog |
|
||
2023年10月9日
摘要:
Problem: You want to find the shortest path between two nodes on a weighted graph. Solution: Use Dijkstra’s algorithm to find the shortest path betwee 阅读全文
摘要:
Problem: You want to create a weighted graph data structure. Solution: Create structs for nodes and edges and place them in a Graph struct. Create and 阅读全文
摘要:
Problem: You want to create a min heap data structure. Solution: Wrap a struct around a slice of elements to represent a heap. After each push or pop 阅读全文
摘要:
Problem: You want to create a linked list data structure. Solution: Create an element struct that has a pointer to the next element. Wrap another stru 阅读全文
|
Copyright © 2024 ZhangZhihuiAAA
Powered by .NET 9.0 on Kubernetes |