Giter Site home page Giter Site logo

ds-algo's Introduction

Data Structures and Algorithms Collection

Data Structures

Data structures are the method that software engineers 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
  • Graphs

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 relatiopnship with computational resources. For this reason, it is ideal to maximize algorithm efficicency in order to reduce execution time.

Contains:

  • 2 String Algorithms
  • SPOJ list Algorithm
  • Searching Algorithms
  • Sorting Algorithms

Big O Notation

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

Common Big O Complexities

  • Θ (1)
  • Θ(log n)
  • Θ(n)
  • Θ(n log n)
  • Θ(n^k)
  • Θ(k^n)
  • Θ(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.

ds-algo's People

Contributors

ieee-iiitsricity avatar saisatwik99 avatar tk315 avatar nitintayal008 avatar priyanshusaini avatar kajalkare avatar satwikkokanti avatar satwiksai2002 avatar avichalsri avatar chasebosman avatar omaraljarrah avatar thedrivingforc avatar bamsarts avatar divyanshugit avatar sujata13 avatar abhinavsharma24 avatar sathwikveeramaneni avatar anjaneyatripathi avatar aparnajuhi avatar burhanxd avatar cm-iv avatar geeky-star avatar najem-nabhani avatar shwetank14 avatar shwetank0714 avatar siddhant-k-code avatar afaditya avatar

Stargazers

JAYESH SONI avatar

Watchers

James Cloos 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.