AnselmoGPP / Apps

Collection of apps made for different purposes

Repository from Github https://github.comAnselmoGPP/AppsRepository from Github https://github.comAnselmoGPP/Apps

Apps

This is a set of relatively small applications made for very different purposes.

  • Binary_converter: A console application that helps to easily translate from binary to decimal and viceversa.
  • Character_converter: This application allows to easily know the numerical values of the 8-bit ASCII character set.
  • Pass breaker: This program finds out which are the values of the guess[] array (the password) using brute force (try and failure).
  • Roman_converter: Console application that converts decimal numbers to roman numerals and viceversa. Checks if the specified roman numeral exists. Also, displays a list of numerals in a specified range. This program covers all the numbers between 1 and 3999.
  • Sudoku checker: This program determines whether an input board is valid.

About

Collection of apps made for different purposes


Languages

Language:C++ 95.5%Language:CMake 4.5%