Skip to content

Workshop - Data structures and algorithms #day2 #3

@itschunv

Description

@itschunv

Informations:

  • Joiners: Trung Vu, Son Tran, Manh Nguyen, Long Tran, Khanh Tran
  • Location: Meguro, Japan
  • Time: 2019/05/01

Contents:

  • Linked List
  • Hashtables
  • Divide and Conquer
  • Maximum slice problem
  • Leader

Details:
Exs:

  • Linked List:

    • Reverse a singly linked list
    • Delete/Insert a node in a linked list
    • Detect if there is a cycle in the list and return its starting point
    • Merge two sorted lists
    • Split a list into two lists one has even indexes other has odd indexes
  • Hashtables:

    • Questions where you need to keep track of multiple occurences of same object
    • Questions where you want to have a 2 tuple as a key
  • Divide and Conquer

    • Binary Search
    • Merge Sort
    • Quick Sort
    • Maximum Subarray Sum
    • MinMaxDivision
    • NailingPlanks
  • Maximum slice problem

    • MaxProfit
    • MaxSliceSum
    • MaxDoubleSliceSum
  • Leader
    • Dominator
    • EquiLeader

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions