Skip to content

nansang/algorithm-design-practical

Repository files navigation

Content

the 5 areas of the Canvas

  • Task constraints
  • Idea generation
  • Complexity
  • Writing the code
  • Testing your code

types of data structures

  • array
  • linked list
  • stack
  • heap
  • queue
  • tree
  • graph
  • hash table

kinds of problem

  • Operations with Lists
  • Dynamic Programming
  • Sorting
  • Mathematics
  • String Problems
  • Graph Theory

How To Find a Solution

colusion after solve problem

  • the data structure
  • the algorithm
  • the application

About

algorithm-design-practical

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages