Krishiv111 / liverpoolkm3

This is my personal blog for APCSA where I document my grows and glows as a student with all my learnings in java.
MIT License
0 stars 1 forks source link

2015 FRQ Question 2 | CompSci Blogs #15

Open utterances-bot opened 7 months ago

utterances-bot commented 7 months ago

2015 FRQ Question 2 | CompSci Blogs

Consider a guessing game in which a player tries to guess a hidden word. The hidden word contains only capital letters and has a length known to the player. A guess contains only capital letters and has the same length as the hidden word. After a guess is made, the player is given a hint that is based on a comparison between the hidden word and the guess. Each position in the hint contains a character that corresponds to the letter in the same position in the guess. The following rules determine the characters that appear in the hint.

https://krishiv111.github.io/liverpoolkm3/2024/02/24/2015q2_IPYNB2.html

Krishiv111 commented 7 months ago

hello