All Projects → sahilrider → DS_ALGO

sahilrider / DS_ALGO

Licence: other
Data Structures and algorithms

Programming Languages

c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to DS ALGO

Competitive Programming
Programming👨‍💻 Questions on BinarySearch💻, LeetCode💻, CodeChef💻, Codeforces💻,DSA 450
Stars: ✭ 188 (+840%)
Mutual labels:  string, array
type-reverse
🦄 Lightweight reverse utility around strings, arrays, numbers and more.
Stars: ✭ 30 (+50%)
Mutual labels:  string, array
prototyped.js
Some common Typescript prototypes
Stars: ✭ 22 (+10%)
Mutual labels:  string, array
php-helpers
An extensive set of PHP helper functions and classes.
Stars: ✭ 27 (+35%)
Mutual labels:  string, array
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (+75%)
Mutual labels:  string, array
utils.js
👷 🔧 zero dependencies vanilla JavaScript utils.
Stars: ✭ 14 (-30%)
Mutual labels:  string, array
rxjs-ninja
RxJS Operators for handling Observable strings, numbers, booleans and more
Stars: ✭ 68 (+240%)
Mutual labels:  string, array
Kind Of
Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!
Stars: ✭ 268 (+1240%)
Mutual labels:  string, array
Android interviews
🚀Everything you need to know to find a android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
Stars: ✭ 510 (+2450%)
Mutual labels:  string, array
Mlib
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
Stars: ✭ 321 (+1505%)
Mutual labels:  string, array
Algo Tree
Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
Stars: ✭ 166 (+730%)
Mutual labels:  string, array
Golang Combinations
Golang library which provide an algorithm to generate all combinations out of a given string array.
Stars: ✭ 51 (+155%)
Mutual labels:  string, array
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+2220%)
Mutual labels:  string, array
Case
String case utitility: convert, identify, flip, extend
Stars: ✭ 237 (+1085%)
Mutual labels:  string
NString
A collection of utilities for working with strings in .NET.
Stars: ✭ 34 (+70%)
Mutual labels:  string
Number To Words
Number to string standalone PHP library with i18n. Drivers for numbers and currency included.
Stars: ✭ 234 (+1070%)
Mutual labels:  string
Pupa
Simple micro templating
Stars: ✭ 231 (+1055%)
Mutual labels:  string
nlcst-to-string
utility to transform an nlcst tree to a string
Stars: ✭ 16 (-20%)
Mutual labels:  string
cs string
Header-only library providing unicode aware string support for C++
Stars: ✭ 91 (+355%)
Mutual labels:  string
Superstring.py
A fast and memory-optimized string library for heavy-text manipulation in Python
Stars: ✭ 231 (+1055%)
Mutual labels:  string

DS_ALGO

Data Structures and algorithms
Data Structres:

  • Arrays
  • Stacks
  • Queues
  • Linked Lists
  • Hash Tables
  • Trees
  • Graphs

Sorting Algorithms

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Merge Sort
  • Quick Sort
  • Bucket Sort
  • Counting Sort
  • Heap Sort
  • Radix Sort

Searching Algorithm

  • Linear Search
  • Binary Search
  • Interpolation Search

Divide N Conquer

  • Second Max in an array
  • Binary Search on a Matrix
  • Count no. of X in an array
  • Find Minimum if array is rotated clockwise
  • Inversion Pairs
  • Find a,b such that a+b=X
  • Find Median of two sorted arrays after merging

Graph Algorithm

  • Graph Representation
  • Breadth First Search
  • Depth First Search
  • Topological Sort
  • Minimum Path for Unweighted Graph
  • Shortest Path for Directed Acyclic Graph
  • Dijkstra's Algorithm
  • Floyd Warshall Algorithm

Recurssion

  • Tower of Hanoi
  • N Queens Problem
  • Rat Maze Problem
  • m Coloring Problem

Special Algorithms

  • Karp Rabin Algorithm
  • Karatsuba Multiplication

Greedy Algorithm

  • Fractional Knapsack
  • Huffman Codes

Dynamic Programming

  • Cut Rod
  • Edit Distance
  • Word Wrap
  • 0-1 Knapsack
  • Minimum Coins
  • Subset Sum Problem
  • Minimum Cost Path

Approximation Problems

  • Minimum Vertex Cover
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].