Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design and Analysis #3

Closed
jimin-kiim opened this issue Apr 28, 2023 · 2 comments
Closed

Design and Analysis #3

jimin-kiim opened this issue Apr 28, 2023 · 2 comments

Comments

@jimin-kiim
Copy link
Owner

jimin-kiim commented Apr 28, 2023

Problem -> Model -> Solution
when a problem is given, do the modeling of the problem and derive the solution of the model.

for a same problem, there exist multiple solutions.
they differ in approaches or strategies.

to find the best solution, we should analyze them and compare their result of performance measurement one another.
there should be the mathematical evidence that can convince others.
The criteria is the time complexity.

@jimin-kiim
Copy link
Owner Author

jimin-kiim commented Apr 28, 2023

Design Techniques

  • BF (Brute Force, simple, straightforward)
  • D&C (Divide and Conquer)
  • DP (Dynamic Programming)
  • Greedy Algorithm
  • Backtracking
  • Branch and Bound
  • Approximation Algorithms
  • Search Algorithms

@jimin-kiim
Copy link
Owner Author

  1. Design
  2. implement ( Example, Code)
  3. Analysis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant