Filed under: Data Structure | Tagged: Floyd | 2 Comments »
BFS
Filed under: Data Structure | Tagged: BFS, graph, queue | 1 Comment »
DFS
Filed under: Data Structure | Tagged: DFS, graph | Leave a Comment »
adjacent list — 1
using adjacent list to describe undirected graph
Filed under: Data Structure | Tagged: graph, linked_list | Leave a Comment »
Directed Graph
Using adjacency matrix to describe directed graph
Filed under: Data Structure | Tagged: graph, matrix | Leave a Comment »
Undirected Graph
Using adjacency matrix to describe undirected graph
Filed under: Data Structure | Tagged: graph, matrix | Leave a Comment »
Linked List — Queue
Filed under: Data Structure | Tagged: linked_list, queue | Leave a Comment »
Linked List — Stack
Filed under: Data Structure | Tagged: linked_list, stack | Leave a Comment »
The Concatenation of Linked List
Filed under: Data Structure | Tagged: linked_list | Leave a Comment »
Reverse Linked list
Filed under: Data Structure | Tagged: linked_list | Leave a Comment »