Giter VIP home page Giter VIP logo

ds-algo's Introduction

Data Structures and Algorithms Collection

Data Structures

Data structures are the methods that helps software engineers to store data in software. Different storing methods can produce different levels of efficiency when using and accessing the stored data. In order to maximize efficiency, it is ideal to use a fitting data structure to the problem at hand.

Contains:

  • Stack
  • Linked List
  • Arrays
  • Binary Tree
  • Graph
  • Queue

Algorithms

An algorithm is simply a set of steps used to complete a specific task. Algorithm efficiency is the measure of the average execution time necessary for an algorithm to complete work on a set of data. In this context, algorithm efficiency has a direct relationship with computational resources. For this reason, it is ideal to maximize algorithm efficiency in order to reduce execution time.

Contains:

  • 2 String Algorithms
  • SPOJ list Algorithm
  • Searching Algorithms
  • Sorting Algorithms
  • Two Pointer Algoriths
  • Dynamic Programming Algorithms

Big O Notation

Big O notation is the mathematical notation that describes the efficiency of algorithms in worst case. With big O describing the algorithms complexity, the functions of the notation can be graphed and compared.

Common Big O Complexities

  • O(1)
  • O(log n)
  • O(n)
  • O(n log n)
  • O(n^k)
  • O(k^n)
  • O(n!)

The further down the list we go, the quicker the functions grow as data set sizes increase. As a result, a smaller Big O notation is ideal to achieve.

Contributing

If you have suggestions for how DS-ALGO could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the Contributing Guide.

ds-algo's People

Contributors

abhinavsharma24 avatar anjaneyatripathi avatar aparnajuhi avatar ash-agarwal avatar avichalsri avatar bamsarts avatar bharxhav avatar burhanxd avatar chasebosman avatar divyanshugit avatar ieee-iiitsricity avatar kajalkare avatar koyna11 avatar kushal13112001 avatar nikhil-1503 avatar nitintayal008 avatar nitishjatwar21 avatar okanmol avatar omaraljarrah avatar priyanshusaini avatar rocky989713 avatar saisatwik99 avatar sathwikveeramaneni avatar satwikkokanti avatar satwiksai2002 avatar sujata13 avatar thedrivingforc avatar tk315 avatar vasanth-korada avatar vineeta786 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.