GithubHelp home page GithubHelp logo

datastructure's Introduction

Data Structures

Course on data structures

Week 1:

  • array and list (singly-linked and doubly-linked)
  • queue and stack
  • tree

Week 1 tasks:

  • check brackets in the code
  • compute tree height
  • network packet processing simulation
  • extending stack interface
  • maximum in sliding window [time limit of 5 seconds not achieved]

Week 2:

  • dynamic array
  • Amortized analysis

Week 2 included only test, no programming assessment

Week 3:

  • priority queues
  • disjoint sets

Week 3 tasks:

  • convert array into a heap
  • simulate parallel processing
  • simulate a sequence of merge operations with tables

Week 4:

  • hashing

Week 4 tasks:

  • realization of phone book with direct addressing
  • implement a hash table of words using the chaining scheme
  • find all occurrences of pattern in text using optimized Rabin-Karp's algorithm
  • comparison of substrings of given string
  • find longest common substring of two strings [working not properly]
  • pattern matching with mismatches [not solved]

Week 5:

  • search trees
  • AVL trees

Week 5 included only test, no programming assessment

Week 6:

  • splay trees

Week 6 tasks:

  • traversals of binary tree
  • binary search tree check for correctness
  • binary search tree with duplicates check for correctness
  • set with range sums [not attempted to solve]
  • rope cut [not attempted to solve]

datastructure's People

Contributors

bdjilka avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

wchenaus

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.