Git Product home page Git Product logo

python-p3-dsa-intro's Introduction

Introduction to Data Structures and Algorithms

Learning Goals

  • Evaluate the properties of common data structures (lists and dictionaries).
  • Establish a general process to build data structures.
  • Identify when to use different data structures.
  • Identify some of the efficiency issues of using different algorithms in terms of time complexity.

Key Vocab

  • Data Structure: a specialized means of organizing and storing data in computers.
  • Algorithm: a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.

Introduction

In this section, we'll return to a topic that will help you greatly as you prepare for the job hunt and get ready for technical interviews: data structures and algorithms! Understanding when to use different data structures and algorithms as well as how to implement them will equip you with more tools to solve common algorithm problems more efficiently, and will also improve your skills at writing Object Oriented code.

In this section, you will:

  • Evaluate the tradeoffs between choosing one data structure or algorithm over another.
  • Implement common data structures and algorithms.
  • Identify the Big O of common data structure methods.
  • Apply common data structures to algorithm problems.

In the coming lessons, we'll cover these objectives by introducing several common data structures and algorithms, showing how to implement them in Python, and giving you practice with problems that can be solved using these data structures and algorithms so you can recognize common patterns to identify when a particular data structures and algorithm is appropriate.

Let's dive in!


Resources

  • VisuAlgo
    • Visualize algorithms with animations!
  • LeetCode Learn
    • Study guides for common data structures and algorithms

python-p3-dsa-intro's People

Contributors

lizbur10 avatar pgill97 avatar professor-ben avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.