Fibonacci Notes

Hacks:

  • Finish fibonacci and add methods
  • use inheritance concept
  • sor analysis

Key Elements:

  1. parent child classes, inheritence, overirdes
  2. practicing different java techniques and algoithms
  3. analysis go back to big O and do anaylsis on elements and figure how to analyze (reccomendation, number of iteration, number of comparisons, number of swaps or array) when big O notaion its always about space and time. Space like how much memory is used allocating new arryas ad time is like the how many iterations and how many comaprisons. (things that take time).do analysis capture and display it

simple way to do it 2 week highly related to collged board and use all factors and units

UI:

  1. never put a <head> or <body> tag in .md file
  2. style in local files should be limited
  3. config.yml is header page shows what is on menu