Status Updates From Grokking Algorithms An Illu...

Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People
by


Status Updates Showing 2,881-2,910 of 5,051

order by

Natch
Natch is on page 180 of 256
Aug 31, 2021 02:56AM Add a comment
Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People

Sophie
Sophie is on page 21 of 256
Aug 27, 2021 06:22PM Add a comment
Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People

Sophie
Sophie is on page 16 of 256
Four main takeaways before ch. 4:
1. Run time of algorithms is expressed in Big O notation.
2. Algorithm speed is measured in growth of the number of operations, not in seconds.
3. As the size of the input increases, the run time of an algorithm increases super quick.
4. O(log n) is faster than O(n), and it gets way faster as the list of items grows.
Aug 27, 2021 05:26PM Add a comment
Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People

Shhhhh Ahhhhh
Shhhhh Ahhhhh is 99% done
Done 8/26/21, will review soon.
Aug 26, 2021 06:59PM Add a comment
Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People

Waleed OMEGA
Waleed OMEGA is on page 187 of 256
Aug 26, 2021 02:14AM Add a comment
Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People

Natch
Natch is on page 160 of 256
Aug 25, 2021 07:26AM Add a comment
Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People

Hope Watson
Hope Watson is on page 160 of 256
Aug 24, 2021 03:19PM Add a comment
Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People

Sophie
Sophie is on page 9 of 256
Aug 23, 2021 05:54PM Add a comment
Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People

Sophie
Sophie is on page 8 of 256
Binary search only works when your list is in sorted order.
Aug 23, 2021 02:51PM Add a comment
Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People

Sophie
Sophie is starting
An algorithm is a set of instructions for accomplishing a task. Every piece of code could be called an algorithm.
Aug 23, 2021 01:36PM Add a comment
Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People

Natch
Natch is on page 134 of 256
Aug 23, 2021 05:06AM Add a comment
Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People