Giter Site home page Giter Site logo

dsa-curriculum's Introduction

Data Structures and Algorithms Curriculum

This repo is now stale. For the most recent version of materials, visit the link here

Topics

# Topic Lesson
1 Intro to Whiteboarding Web/iOS
2 Big-O Notation Web / iOS
2 Recursion Web / iOS
3 Binary Search Web / iOS
4 Bubble Sort: Intro to Sorting* Web / iOS
5 Merge Sort: Divide & Conquer* Web / iOS
6 Quick Sort Web / iOS
7 Abstract Data Structures Web / iOS
8 Linked List Web / iOS
9 Stacks Web / iOS
10 Queues Web / iOS
11 Hash Tables Web / iOS
12 Trees Web / iOS
13 Graphs* Web / iOS

(* needs to be revisited or unfinished)

Summary

Data Structures & Algorithms (DSA) are the building blocks that allow programmers to code and think at a higher level. Data structures are unique ways of organising and collecting data so that we can perform operations in an effective way. Algorithms are a set of instructions that solve hard problems in an efficient manner. Understanding DSA is critical for entry level interviews. DSA is usually technology agnostic so it instills a strong computer science mindset.

Goals

  • Students should be able to build and apply important Data Structures used in the real world.
  • Students should be able to design and apply correct Algorithms for programming problems.
  • Students should get a basic sense of "abstract data structures" and how the flow of data occurs in applications.
  • Students should begin to understand efficiency of code and learn to code beyond the "brute force" route.
  • Students should be able to problem solve at a high level during whiteboarding interviews.

dsa-curriculum's People

Contributors

benstone1 avatar mmosayed avatar ellefaraday avatar alejo4373 avatar davidlawrencer avatar alexpaul avatar joseph-p-pasaoa 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.