barksdaleaz / solid-umbrella

Collection of code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

solid-umbrella

NQUEENS.PY: given a chessboard with n rows and n columns, can we place n queens on the chessboard such that no queen will attack another? Also with an optimized backtracking code. Help from Coursera's Introduction to Discrete Mathematics course.

CHUTES & LADDERS.CPP: A project for LeetCode Beginner Bootcamp Spring 2021. How to run the game: download the .CPP file and make sure it is added to your MakeFile. Run the project. The other files (Python) are NOT required to play the game. They are simply in this collection as other, standalone projects.

About

Collection of code


Languages

Language:C++ 75.0%Language:Python 25.0%