|
You are here |
www.integralist.co.uk | ||
| | | | |
lukesingham.com
|
|
| | | | | Grokking Algorithms is a beautifully formatted book that explains complex material simply using pictures, analogies and high level practical explanations. This post is a review and summary of the Grokking Algorithms book. | |
| | | | |
initialcommit.com
|
|
| | | | | 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. | |
| | | | |
asherfalcon.com
|
|
| | | | | Asher Falcon's personal website - Software engineer and student | |
| | | | |
mcyoung.xyz
|
|
| | | [AI summary] The article provides an in-depth exploration of computer architecture and assembly language, focusing on the RISC-V Instruction Set Architecture (ISA). It covers fundamental concepts such as machine words, registers, and the role of assembly language as a human-readable representation of machine instructions. The text explains how programs are structured using instructions, labels, and directives, and categorizes instructions into arithmetic, memory, control flow, and miscellaneous types. It also delves into the calling convention, which defines how functions are called and how data is passed between them, and highlights the importance of maintaining the call stack illusion. The article further discusses the practical implications of these conce... | ||