Skip to main content

10 docs tagged with "Graph"

View All Tags

Adjacency Matrix

Adjacency Matrix is defined as: 2D Binary Matrix (as Array) to rep of Graph as # Node === # row/col & fill 1 for each Edge. Topics on: . Read more: Computer Sci

BFS

BFS is defined as: Search Algo to Traverse breadth first, down Graph child layer by child layer. Topics on: . Read more: Computer Science, Computer Lang, Comput

Chart

Chart is defined as: Graph to rep data. Topics on: Waterfall Chart. Read more: Computer Science, Data Structure, Chart, Graph|FullStack Wiki by Roger J

Cyclial Edge

Cyclial Edge is defined as: Edge point back to same Node. Topics on: . Read more: Computer Science, Data Structure, Graph, Edge, Cyclial Edge, Node|web-Dev Wiki

DFS

DFS is defined as: Search Algo to Traverse depth first down Graph entire child subtree & backtrack. Topics on: . Read more: Computer Science, Computer Lang, Com

Edge

Edge is defined as: connection between Node. Topics on: Undirected Edge, Directed Edge, Weighted Edge, Cyclial Edge. Read more: Computer Science, Data Structure

Graph

Graph is defined as: Non-linear data structure of Node & Edge. Topics on: Edge, Node, Weighted Graph, Traverse, Adjacency Matrix, Adjacency List, numpy. Read mo

Node

Node is defined as: each data point on Graph. Topics on: . Read more: Computer Science, Data Structure, Graph, Node|FullStack Wiki by Roger J

Traverse

Traverse is defined as: (process) to move across Graph & select Node. Topics on: . Read more: Computer Science, Data Structure, Graph, Traverse, Node | Dev Wiki

Weighted Edge

Weighted Edge is defined as: Edge with extra (numeric) data about Node connection. Topics on: . Read more: Computer Science, Data Structure, Graph, Edge, Weight