Giter Club home page Giter Club logo

ads2020-2021's Introduction

ADS2020-2021

Week 1 Introduction to Algorithms and Data Structures.

  • isPrime
  • numPrimes up until a number
  • sumElementsUpToIterative
  • sumElementsUpToRecursive
  • reverse array recursively
  • multiply recursively
  • fibonacci variants
  • count occurences in array
  • merge two arrays

Week 2

  • removeLastOccurence of integer in array
  • removeAll integers in arraylist
  • clone 2D array
  • simple Queue implementation
  • ArrayStack
  • StackQueue
  • Doubly Linked List implementation
  • reverse of Queue (in the Queue file)
  • ArrayQueue

Week 3

  • copy a Tree
  • ReversedListIterator
  • isHeap
  • getParent of specific index in a array representation of a heap
  • BinaryTreeIterator (depth-first)
  • isTreeComplete
  • sum the values of the nodes of two n-ary trees
  • findMiddleInLastLayer

Week 4

  • insertionSort
  • selectionSort
  • mergeSort
  • merge (of two sorted queues)
  • sortingSomeLawyer (Queue containing lawyers)
  • pqSort
  • completeTasks
  • quickSort

Week 6

  • bucketSort
  • setOperations (union, intersection, difference, exclusiveOr, toString)
  • hashFunctions (ETHHash, GNUCPPHash, GNUCC1Hash, HashCodeHash
  • stableSort
  • HashTable
  • MultiMap

Week 7

  • descendingOrder (flatten BT to List)
  • isTreeBST (BinarySearchTree)
  • isTreeBalanced
  • isTreeAVL
  • isRedBlackTree (blackHeight, noRedChildren, isTreeBST)
  • isSpecialTree (MultiwaySearchTree)

Week 8

  • isNodeReachable
  • GraphIterator (depth-first)
  • detectCycle

Week 8 Part 2

  • shortestPath (using iterator)
  • numberOfConnectedComponents
  • buildMST (Kruskal's Algorithm)

Dijkstra

  • shortestPath (Dijkstra's algorithm)

ads2020-2021's People

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.