-
-
nyancat
... Outerspace = Nyan Cat!
From the far outerspace I've restored the NYAN CAT's dna.
Now he is alive and ready to conquer the Universe.
^.^
Based on the alien tool: http://github.com/mame/doublehelix
==Use:
ruby nyancat.rb
==About:
What is the difference ...
-
tic-tac-toe-ai
... those using the edges of the board and those
using the diagonal. I'm pretty sure this AI is unbeatable, but if you find a way
to conquer it, please let me know!
Throughout the program, cells on the board are referenced like so:
y = 2 | 6 7 8
1 | 3 ...
-
Multithread-Downloader
... speed up applications using threads in java. We use divide and conquer algorithm to check if program execution can be divided into ... up applications using threads in java. We use divide and conquer algorithm to check if program execution can be divided into ...
-
untidaled
... cruisers and destroyers for a harbor, and then left-click that harbor and another harbor to send a fleet. Fleets can conquer enemy harbors and reinforce your own harbors.
Be careful when reinforcing your own harbors! Harbors have a cap to how many ...
-
mobileHashtagRewrite
... Header. If it is a Safari we wont redirect on the server, therefor we have a very little JS call.
Let's conquer it
----------------
##The PHP solution
Using the `Mobile_Detect.php` Lib it is kind of easy:
``` php
-
LeetCode
... .cpp)
## Numerical
* [Sqrt X](https://github.com/timoncui/LeetCode/blob/master/Sqrt_X.cpp)
## Divide and Conquer, Binary Search
* [Scramble String](https://github.com/timoncui/LeetCode/blob/master/Scramble_String.cpp) `**`
* [Search in Rotated ...
-
workshop_mergesort
... means that the implementation preserves the input order of equal elements in the sorted output. Merge sort is a divide and conquer algorithm that was invented by John von Neumann in 1945.[1] A detailed description and analysis of bottom-up mergesort ...
-
Muon
... under heavy development. The
game has an unusual twist – there are no moving units. To win the game,
you must conquer your opponent using only static buildings!
The game is fairly minimalistic but offers many opportunities for cunning
plans, tricks and ...
-
Algorithm-Practice
It is used to practice algorithm from the book,Introduction to Algorithms
Practice Algorithm
These codes is the homework of "Introduction To Algorithm"
Queue
Link List
Stack
Divide And Conquer
-
SnailMailAddressParser
... . I would be delighted
to co-ordinate support for addresses that may interest you.
The project is intended to divide-and-conquer. Each country has a strategy for
parsing addresses, which strategy may be broken down into a variety of
sub-strategies. In ...
-