algorithm-design topic

List algorithm-design repositories

algorithm-ta-tutorial

37
Stars
1
Forks
Watchers

Tutorials given as one of the TAs for the class "Algorithm Design and Analysis" at Nanjing University

AdaptoFlux

36
Stars
0
Forks
36
Watchers

An algorithm that implements intelligence based on a Method pool (a collection containing multiple types of functions). 一种基于方法池(包含多种类型的函数的集合)实现智能的算法

Rock-Paper-Scissor-game

17
Stars
1
Forks
17
Watchers

Rock, Paper, Scissors is a simple game where two players choose one of three options: rock, paper, or scissors. The rules are: rock beats scissors, scissors beats paper, paper beats rock. If both choo...