Menu

Close
  • Home
Subscribe
CodeCorner Menu

algorithms

A 7-post collection

Page 1 of 2 Older Posts →

Sudoku

Today is about a little pet work I did some years ago. In short is about a Sudoku generator I did in Javascript. The interest in »

Balhau on algorithms, development, games, backtracking 26 March 2016

Power of Two

Today I'll just reflect a bit about the next little piece of code public static boolean isPowerOfTwo(int value){ return ((value & -value) == value) } The previous »

Balhau on boolean, logic, mathematics, development, algorithms 25 March 2016

On learning process

Lately I've been keen to learn a new language. This time a native compiled language. Some time ago I look into the Go programming language. I »

Balhau on education, learning, algorithms, mathematics 21 November 2015

BitCoin BlockChain Problem

I read recently an article about a bitcoin problem that I was trying to understand since the first time that I read the article on bitcoin »

Balhau on bitcoin, blockchain, problem, economics, algorithms, cryptography 21 August 2015

IO day 2

On this second day of Io language tutorials the first exercise is a classic First question A Fibonacci sequence starts with two 1s. Each subsequent number »

Balhau on iolanguage, programming, algorithms, mathematics 08 December 2014
Page 1 of 2 Older Posts →
CodeCorner © 2025
Proudly published with Ghost