User profile: stianon

User info
User name:stianon
History
Joined:
Number of posts:4
Latest posts:

Hangman Search and Sort Algorithms
Thank you Thomas1965, for a hobby programmer you are killin it. I took a look at my code and figured...

Hangman Search and Sort Algorithms
Thank you for the links. I am wondering if my sort algorithm is in the wrong place? I call the searc...

Hangman Search and Sort Algorithms
I have to use a char array and a binary search method. Otherwise I would totally use the .find. I do...

Hangman Search and Sort Algorithms
I cannot figure out the search and sort algorithms for a hangman game I am designing. I am supposed ...