reading-notes

code fellows reading notes

View on GitHub

Reading-Notes

Code Fellows Python 401

Read: 01 - Readings: Introduction to Course: Python 401

Pain and Suffering

Beginners Guide to Big O

O(1)

O(N)

O(N²)

O(2^N)

Logarithms: O(log N)

Additional Resources

Bookmark and Review