Skip to content
#

recursive-algorithm

Here are 90 public repositories matching this topic...

Everybody remembers this paper-and-pencil game from childhood: Tic-Tac-Toe, also known as Noughts and crosses or Xs and Os. A single mistake usually costs you the game, but thankfully it is simple enough that most players discover the best strategy quickly. Let’s program Tic-Tac-Toe and get playing!

  • Updated Mar 10, 2021
  • Java

This repository contains a program planned in pseudo code and executed in Java of two adaptations of a program that takes an input number of any length of irregular number of binary characters `0` and `1` and a concealed `*` character at certain positions, locates all potential groupings of paired strings that can be built by supplanting the mas…

  • Updated Jul 3, 2021
  • Java

Improve this page

Add a description, image, and links to the recursive-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the recursive-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more