Skip to content

Latest commit

 

History

67 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADSALib

This project contains many data structures and algorithms implementations used in software development. This project is for practice and learning purpose.

Structure of the source files

The Algolib folder has implementation of various data structures and their algorithms. The Implementation folder has some algorithms made using different data structures and some demos of data structures.

Algolib folder - Data Structures

Array Searching Algorithms header- Algolib/include/searchalgo.h

Linkedlist header - Algolib/include/linkedlist.h

Double ended queue header - Algolib/include/dequeds.h

Priority Queues header - Algolib/include/priorityqds.h

Sorting Algorithms header - Algolib/include/sortings.h

Binary Search Tree and Traversings - Algolib/include/treesds.h

Graph, Warshall Algorithm and Shortest Path Matrix - Algolib/include/graph.h

Trie Data Structure - Algolib/include/trie.h

Implementation folder

Tower of hanoi with and without recursion - Implementations/TowerOfHanoi

Infix postfix conversion - Implementations/infixexpdemo

And more examples in this folder

About

This contains data structure and algorithm implementations. This project is for practice and learning purpose.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages