Skip to content

Jakeand3rson/data_structures

Repository files navigation

New-Data-Structures

A walk through of basic data structures

Purpose

To work through the various basic data structures in python.

Structures

Linked list - Both double and single links

Queue

Priority Queue

Binary Heap

Graph - This has depth and breadth traveral. And dijkstras algorithm to find the shortest path.

Parenthetic - A program that returns 0 if there is equal numbers of open and closed parentheses in the right order. 1 if there is an open with out a close. -1 if there is a closed with out an open in front.

About

A walk through of basic data structures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages