Coder Social home page Coder Social logo

ds-algo-c-'s Introduction

DS-ALGO-C++

This is a repo for DS Algo in C++

Top algorithms – Sorting: sort Sort elements in range (function template ) stable_sort Sort elements preserving order of equivalents (function template ) partial_sort Partially sort elements in range (function template ) partial_sort_copy Copy and partially sort range (function template ) is_sorted Check whether range is sorted (function template ) is_sorted_until Find first unsorted element in range (function template ) nth_element Sort element in range (function template )

  • Insertion sort, Selection sort,
  • Merge Sort, Quicksort
  • Binary Search
  • Breadth First Search (BFS)
  • Depth First Search (DFS)
  • Lee algorithm | Shortest path in a Maze
  • Flood fill Algorithm
  • Floyd’s Cycle Detection Algorithm
  • Kadane’s algorithm
  • Longest Increasing Subsequence
  • Inorder, Preorder, Postorder Tree Traversals
  • Heap Sort
  • Topological Sorting in a DAG
  • Disjoint-Set Data Structure (Union-Find Algorithm)
  • Kruskal’s Algorithm for finding Minimum Spanning Tree
  • Single-Source Shortest Paths — Dijkstra’s Algorithm
  • All-Pairs Shortest Paths — Floyd Warshall Algorithm

Top Data Structures –

  • Along with above algorithms, every computer science student is expected to implement below data structures –
  • Linked List Implementation | Part 1
  • Linked List Implementation | Part 2
  • Insertion in BST
  • Search given key in BST
  • Deletion from BST
  • Stack, Queue
  • Min Heap and Max Heap
  • Graph Implementation using STL
  • Graph Implementation in C++ without using STL
  • Trie Implementation | Insert, Search and Delete
  • Memory efficient Trie Implementation using Map | Insert, Search and Delete
  • One is also expected to be familiar with other programming paradigms like Backtracking, Dynamic Programming, Divide & Conquer, Greedy Algorithms and concepts like Hashing and Recursion.

ds-algo-c-'s People

Contributors

carrycooldude avatar blackdart01 avatar anubhavagr avatar ishan-chandrakar avatar satyam-yadav24 avatar akshaysharmadev avatar harshd-eep avatar saphere9 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.