Explore >> Select a destination


You are here

www.integralist.co.uk
| | asherfalcon.com
9.9 parsecs away

Travel
| | Asher Falcon's personal website - Software engineer and student
| | initialcommit.com
3.3 parsecs away

Travel
| | Big O notation is a tried and true method to measure the speed of an Algorithm. Learning this concept helps you to build better, faster Software. The best way to understand Big o notation for beginners is to have it explained simply and with examples.
| | blog.computationalcomplexity.org
5.8 parsecs away

Travel
| | (Updated version of Computational Intractability: A Guide to Algorithmic Lower Bound by Demaine-Gasarch-Hajiaghayi is here ) Any question...
| | patshaughnessy.net
22.8 parsecs away

Travel
| [AI summary] The article discusses the process of learning to read x86 assembly language, focusing on how it can be a useful skill for understanding low-level operations of microprocessors. It outlines the challenges of reading assembly, especially in debugging scenarios, and provides an example of translating Ruby code into x86 assembly using Crystal. The article also explains the syntax and structure of x86 assembly, including register usage, instruction suffixes, and the differences between AT&T and Intel syntax. It highlights the complexity of x86 assembly due to its historical evolution and the need for understanding register sizes and operand notation.