Skip to main content

Recently Updated Pages

Array Cheatsheet

01_Sequences

Arrays Arrays hold values of the same type at contiguous memory locations. In an array, we're us...

Updated 4 months ago by victor

System Design Overview

11_System Design

Yes, product design in system design interviews is a great place to start for...

Updated 4 months ago by victor

normals

04_Math

Updated 4 months ago by victor

raycast

04_Math

Updated 4 months ago by victor

Quaternions

04_Math

Updated 4 months ago by victor

Dot Product

04_Math

Updated 4 months ago by victor

Cross Product

04_Math

Updated 4 months ago by victor

Sign Distance Fields

04_Math

Updated 4 months ago by victor

Quadtrees

07_Trees Spatial Partitioning Trees

Updated 4 months ago by victor

Bounding Volume Hierarchy

07_Trees Binary Tree

Updated 4 months ago by victor

Summary

10_Sorting and Searching

Most Important Sorting Knowledge As a Technical Artist, focus on: Why Sorting Matters: G...

Updated 4 months ago by victor

Bucket Sort

10_Sorting and Searching

4. Bucket Sort Why Important: Bucket Sort works well when the data is uniformly distributed an...

Updated 4 months ago by victor

Radix Sort

10_Sorting and Searching

3. Radix Sort Why Important: Radix Sort is a non-comparative sorting algorithm and is faster t...

Updated 4 months ago by victor

Merge Sort

10_Sorting and Searching

2. MergeSort Why Important: MergeSort is stable (preserves the relative order of equal element...

Updated 4 months ago by victor

QuickSort

10_Sorting and Searching

1. QuickSort Why Important: QuickSort is one of the fastest general-purpose sorting algorithms...

Updated 4 months ago by victor

Octrees

07_Trees Spatial Partitioning Trees

Updated 4 months ago by victor

Strict Tree

07_Trees Trees

skeletal rigs use thisĀ 

Updated 4 months ago by victor

Hash Set

02_Hash Maps and Sets Hash Functions

Example regular set: # Regular Set (Without Hashing) my_set = {3, 7, 1, 9, 5} # Searching ...

Updated 4 months ago by victor

Basics Cheatsheet

Python Fundamentals Review

Built-inĀ  # primitives x = 1 # integer x = 1.2 # float x = True ...

Updated 6 months ago by victor

Variables in Memory

C++

The computer has finite resources for "remembering" things. So, you can't just keep asking it to ...

Updated 6 months ago by victor