Snippets

Language:
Fast Inverse Square Root
Fast Inverse Square Root

The legendary fast inverse square root implementation from Quake III Arena source code with the original comment text.

Language: cpp20 months ago
Q_rsqrt
Q_rsqrt

The legendary fast inverse square root implementation from Quake III Arena source code with the original comment text.

Language: cpp20 months ago
Count Ways To Build Good Strings
Count Ways To Build Good Strings

Solution to Leetcode problem Count Ways To Build Good Strings in C++

Language: cpp19 months ago
Combination Sum
Combination Sum

Solution for the Combination Sum problem on Leetcode.

Language: python19 months ago
Very long code
Very long code

This is a pretty long code that I found on StackoverFlow. Credit: @Vitim.us

Language: typescript20 months ago
Quicksort in Python
Quicksort in Python

An easy quicksort implementation in Python.

Language: python20 months ago
Count Ways To Build Good Strings
Count Ways To Build Good Strings

Solution to Leetcode problem Count Ways To Build Good Strings in Javascript.

Language: javascript19 months ago
Count Ways To Build Good Strings
Count Ways To Build Good Strings

Solution to Leetcode problem Count Ways To Build Good Strings in Java.

Language: java19 months ago
Count Ways To Build Good Strings
Count Ways To Build Good Strings

Solution to Leetcode problem Count Ways To Build Good Strings in Python.

Language: python19 months ago