Exploration of hierarchical data models in relational databases - currently Nested Set, Adjacency List and Closure Table.
-
Updated
Jul 5, 2026 - Java
8000
Exploration of hierarchical data models in relational databases - currently Nested Set, Adjacency List and Closure Table.
A new set of lossy and lossless graph compression techniques for external memory representation.
A web tool to build, edit and analyze graphs
Representação de grafos utilizando Matriz de Adjacência e Incidência e Lista
This is a Java application to detect Acyclic graphs
Contains various graph problems like Spanning Tree,traversals(iterative dfs ),Topological Sort,Cycle,Shortest_Path(single source,all pair).
Display website menu using DFS algorithm
a small project aimed at practicing and implementing DSA topics
The exercises of Practical Data Structures and Algorithms course in NTU
Graph Theory Algorithms Implementation
Algorithms (CSCD 320) project exploring the implementation and use of graphs and the facade design pattern
Java graph implementation with BFS, DFS, Dijkstra's algorithm, and Prim's algorithm.
This project simulates real bus transportation systems, analyzes route structures and builds the base for shortest path / trip planning algorithms by using Directed Graph Data Structure and Dijkstra Algorithm.
A Java-based lightning propagation simulation using custom data structures, graph representation, Min-Heap, Stack, and Dijkstra's shortest path algorithm.
Java Swing graph GUI with a C backend for graph representation, DFS, and BFS traversal.
practice the understanding of Undirected Graphs and Adjacency Lists.
Simple repo that contains some useful algorithms used for MST and other graph applications. Made for the Algorithm Design and Analysis course during 2021-20
Java Implemented Portfolio covering data structures and algorithms including binary trees, red black trees, heap sorting, sorting algorithms, graphs, breath first and depth first search, prim's algorithm, concurrent applications
Add a description, image, and links to the adjacency-list topic page so that developers can more easily learn about it.
To associate your repository with the adjacency-list topic, visit your repo's landing page and select "manage topics."