Power of 2 Image Resizer for Game Engine Textures
-
Updated
Jun 13, 2017 - Python
Power of 2 Image Resizer for Game Engine Textures
Load balancing strategies
A very basic IBM 1620 emulator in Python which can run the Power of Two demo program and Tic-Tac-Toe
Data Structures and Algorithm in JavaScript
A fast and efficient 64-bit integer histogram with power-of-2 spaced buckets.
June LeetCoding Challenge
Mathematical investigation on circular sets and powers of two
A few programs that I've worked on
smallestPowerOfTwo(), takes in an array and should return an array with the power of two which is greater than the value of each number element in the array provided as argument. For example, [5, 3, 9, 30] should return [ 8, 4, 16, 32 ].
Add a description, image, and links to the power-of-two topic page so that developers can more easily learn about it.
To associate your repository with the power-of-two topic, visit your repo's landing page and select "manage topics."