Repository files navigation
Focuses on two types of arrays: static and dynamic
Linked lists are a very common data structure
Stacks and queues are a very common data structure
Graphs are a very common data structure.
This algorithm is used to find the fastest path to the destination in a graph.
Hash tables are a data structure
Tree is another data strucutre. Also a tree is a type of graph.
Binary Search Tree Analysis
Breadth-first search is one of the ways to traverse through a tree.
Depth-first search is one of the ways to traverse through a tree.
Inserting a node in the heap
Deleting the root node of the heap
Finding the children and parent node of a heap
Complexity analysis is a very important topic as it focuses on memory the algorithm uses during execution.
Time analysis is a very important topic as it focuses on time the algorithm takes during execution.
To learn more about time complexity and big o click here .
Analyzing Big O Complexities in Strings
Log n is one of the major big O notations.
About
Programs relating to the use of data structures
Topics
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.