The project contains algorithms that were implemented in my Data Structure & Algorithms course. Yes, I got marks for those.
Categorical List of Algorithms
AlgorithmImplementations
โโโ arithmeticExpressions
โโโโโ InfixEvaluation
โโโโโ InfixToPostfix
โโโโโ InfixToPrefix
โโโโโ PostfixEvaluation
โโโโโ PrefixEvaluation
โโโ dataStructures
โโโโโ listImplementation
โโโโโโโ implementationUsingNode
โโโโโโโโโ OneWayLinkedList
โโโโโโโโโ TwoWayLinkedList
โโโโโโโ OneWayLinkedList
โโโโโโโ TwoWayLinkedList
โโโโโ stack
โโโโโโโ StackImplementation
โโโโโ string
โโโโโโโ String
โโโโโโโ StringLongestCommonSubSecuence
โโโโโโโ StringLongestIncreasingSubSecuence
โโโโโ tree
โโโ โโโ ActivitySelection
โโโ โโโ BalanceTree
โโโ โโโ KdTree
โโโ โโโ BinaryHeap
โโโ โโโ BinomialTree
โโโ graph
โโโโโ BreathFirstSearch
โโโโโ DepthFirstSearch
โโโโโ MaxFlow
โโโโโ ShortestPathAlgorithm
โโโโโ TopologicalSort
โโโ numericalMethods
โโโโโ calculus
โโโโโโโ DerivetivesOnDifferentPoints
โโโโโโโ IntegrationForwardInterpolation
โโโโโโโ IntegrationSimpsonRule
โโโโโโโ IntersectingArea
โโโโโ equationSolving
โโโ โโโ LinearEquationSolvingProcess
โโโ โโโโโ JacobisMethod
โโโ โโโโโ GaussSeidalMethod
โโโ โโโ NonLinearEquationSolvingProcess
โโโ โ โโโ BisectionMethod
โโโ โ โโโ FalsePosition
โโโ โ โโโ NewtonRaphson
โโโ โ โโโ FixedPoint
โโโ โ โโโ Secant
โโโ others
โโโโโ cigaretteSmokersProblem
โโโโโ geneticAlgorithm
โโโโโ huffmanAlgorithm
โโโ search
โโโโโ AStarSearch
โโโโโ BinarySearch
โโโโโ KnuthMorrisPrattAlgorithm
โโโ sort
โโโโโ QuickSort
โโโ thread
โ โโโ priorityBased
โ โโโโโ nonpremitive
โ โโโโโ premitive
โ โโโ shortestJob
โ โ โโโ nonpremitive
โ โ โโโ premitive
License

This project is licensed under GNU General Public License version-3.