Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.5 KB

README.md

File metadata and controls

64 lines (41 loc) · 1.5 KB

PathToMastery

This is the repostitory of all the algorithms problems that I will encounter during my journey to the mastery of algorithms.

this is google

Minion Image ####A blockquote

"Life sucks."

Lists

  1. Cut the cheese
  2. Slice the tomatoes
  3. Rub the tomatoes in flour
  • Flour
  • Cheese
  • Tomatoes
  • Tintin
    • A reporter
    • Has poofy orange hair
    • Friends with the world's most awesome dog
  • Haddock
    • A sea captain
    • Has a fantastic beard
    • Loves whiskey
    • Possibly also scotch?

Creating own paragraph

  1. Cut the cheese

Make sure that the cheese is cut into little triangles.

  1. Slice the tomatoes

Be careful when holding the knife.

For more help on tomato slicing, see Thomas Jefferson's seminal essay Tom Ate Those.

Line Breaks(2 invisible spaces after each line)

We pictured the meek mild creatures where
They dwelt in their strawy pen,
Nor did it occur to one of us there
To doubt they were kneeling then.

Analysis of Algorithms

Imp Points:

For any two functions f(n) and g(n), we have f(n) = Θ(g(n)) if and only if f(n) = O(g(n)) and f(n) = Ω(g(n)).

Time complexity of all computer algorithms can be written as Ω(1)

Analysis of Algorithms

Imp Points:

For any two functions f(n) and g(n), we have f(n) = Θ(g(n)) if and only if f(n) = O(g(n)) and f(n) = Ω(g(n)).

Time complexity of all computer algorithms can be written as Ω(1)