Category
algorithms
(See also: all categories, featured categories, featured articles, all articles. Sort articles by name, created, edited)
Category
algorithms
(See also: all categories, featured categories, featured articles, all articles. Sort articles by name, created, edited)
Bubble sort is the first sorting algorithm that you learn in many algorithm classes. It's not a particularly fast technique, so it's never really used in practice. And generally if you're writing your own sorting algorithm instead of relying on one that your platform provides th…
From the {{bubbling|broiling} lava of a {monster|dragon|beast}'s lair|mossy growth on a {discarded|dishevelled|cracked} stone idol|{scaly|flaking} {orange |}rust on the {iron |}bars of a prison|rough-hewn stone-floor of a {|despot's }{castle|dungeon}}, to the {ancient |weathered …
You know what they say. When you're tired of procedurally generated dungeons, you're tired of life. Beginning with the game 'Rogue' in 1980, there is a long tradition of games which automatically generate their levels, in real-time, as the player enters each level. *Rogue* set t…
Sorting (for example the act of putting an unsorted list of numbers into ascending order) is a fundamental food of the computer science diet. There are many different algorithms for sorting, and an understanding of their similarities and differences can give you a good understan…
(See also: all categories, all articles)