Coder Social home page Coder Social logo

data_structures_tutorial's Introduction

Data Structure Tutorial

Introduction:
Relevance of Data structures
The reasons to use more than just a list/array (efficiency and Big O Notation)

Queue:

   Queue Explanation
   Applications: When would we use a Queue?
   O Efficiencies/strengths of a queue
   Queuing
   Dequeuing
   Example:
      An example showing a queue of people in line for ordering pizza from a restaurant
   Sample Problem:
      Using a queue to take calls in a customer service center

Set:

   Set Explanation
   Applications: When would we use a set?
   O Efficiencies/strengths of a Set
   Adding to a set (no duplicates)
   Accessing an element in a set
   Hashes and an elements hash value
   Example:
      Unique words used in a given text
   Sample Problem:
      Using a set to figure out which individuals have visited a website

Tree

   Tree Explanation
   Applications: When would we use a Binary Search Tree (BST)?
   O Efficiencies/strengths of a BST
   Adding to a BST
   Required organization of a BST (ordered)
   Nodes
   Root component
   Example:
      Using a BST to hold data/ creating a BST
   Sample Problem:
      Using a BST to hold and easily access an array of sorted numbers

data_structures_tutorial's People

Contributors

austinsways avatar

Watchers

 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.