ciphers

Simple Substitution Cipher

AESEncryption

ColumnarTranspositionCipher

Vigenere

conversions

Binary To Decimal

Binary To Octal

Decimal To Binary

Decimal To Hexadecimal

Decimal To Octal

Hexadecimal To Decimal

Octal To Decimal

AnyBaseToAnyBase

AnyBaseToDecimal

BinaryToHexadecimal

DecimalToAnyBase

HexaDecimalToBinary

IntegerToRoman

OctalToHexadecimal

RomanToInteger

datastructures

Doubly Linked List

Singly Linked List

MinPriorityQueue

Queue Using Two Stacks

CircularBuffer

DynamicArray

ConnectedComponent

MatrixGraphs

HashMapLinearProbing

MainLinearProbing

EmptyHeapException

CircleLinkedList

CountSinglyLinkedListRecursion

CursorLinkedList

Merge K SortedLinkedlist

MergeSortedArrayList

MergeSortedSinglyLinkedList

SearchSinglyLinkedListRecursion

GenericArrayListQueue

PriorityQueues

BalancedBrackets

DecimalToAnyUsingStack

InfixToPostfix

StackArrayList

StackOfLinkedList

BSTIterative

BSTRecursive

LevelOrderTraversal

LevelOrderTraversalQueue

PrintTopViewofTree

TreeTraversal

ValidBSTOrNot

digitalimageprocessing
divideandconquer
divideconquer

SkylineAlgorithm

dynamicprogramming

Longest Common Subsequence

Longest Increasing Subsequence

LongestPalindromicSubsequence

LongestValidParentheses

Matrix Chain Multiplication

KadaneAlgorithm

MinimumSumPartition

graph

Kruskal

graphs

Bellman Ford

Dijkstra

PrimMST

math

Prime Factorization

maths

Aliquot Sum

Combinations

Find Max

Find Max Recursion

Find Min

Find Min Recursion

Lucas Series

Number Of Digits

Perfect Cube

Perfect Number

Perfect Square

Prime Check

Sieve Of Eratosthenes

Sum Of Arithmetic Series

Sum Of Digits

AbsoluteMax

AbsoluteMin

AbsoluteValue

AmicableNumber

Armstrong

Average

BinaryPow

FactorialRecursion

GCDRecursion

MaxValue

Median

MinValue

PalindromeNumber

ParseInteger

PowerOfTwoOrNot

PowRecursion

PythagoreanTriple

VampireNumber

minimizinglateness

MinimizingLateness

misc

MedianOfRunningArray

PalindromePrime

RangeInSortedArray

WordBoggle

networkingflow

Ford Fulkerson

other

Linear Congruential Generator

Palindrome

Tower Of Hanoi

others

BestFit

BrianKernighanAlgorithm

CountChar

CountWords

CRCAlgorithm

EulersFunction

FirstFit

FloydTriangle

GuassLegendre

InsertDeleteInArray

Krishnamurthy

LowestBasePalindrome

PasswordGen

PerlinNoise

RemoveDuplicateFromString

ReturnSubsequence

ReverseStackUsingRecursion

RootPrecision

SkylineProblem

StackPostfixNotation

StringMatchFiniteAutomata

ThreeSum

TopKWords

TwoPointers

WorstFit

projecteuler
search

Saddleback Search

searches

Binary Search

Interpolation Search

Jump Search

Linear Search

Ternary Search

IterativeBinarySearch

IterativeTernarySearch

PerfectBinarySearch

SearchAlgorithm

sorts

Bitonic Sort

Bogo Sort

Bubble Sort

+12

Bucket Sort

Cocktail Shaker Sort

Comb Sort

Counting Sort

Cycle Sort

Gnome Sort

Heap Sort

+10

Insertion Sort

+10

Pancake Sort

Quick Sort

+11

Radix Sort

Selection Sort

Shell Sort

BubbleSortRecursion

SortAlgorithm

SortUtils

string

ReverseString

strings

Check Anagrams

Levenshtein Distance

Rabin Karp

Alphabetical

CharactersSame