Skip to content
#

queens-college

Here are 16 public repositories matching this topic...

The N Queens problem is a classic computer science problem that asks how to place N chess queens on an NxN chessboard such that no two queens threaten each other. It's used to study algorithms and artificial intelligence as it requires finding a solution that satisfies multiple constraints and making choices based on previous decisions.

  • Updated Feb 13, 2023
  • Kotlin

I designed this logic circuit of a 3x3 Three Bit Multiplier as a project of my CSCI - 240 Computer Organization and Assembly Language Course at Queens College of the City University of New York. Here I am uploading the .circ file of the logic circuit that I designed with logisim.

  • Updated Aug 21, 2024

Improve this page

Add a description, image, and links to the queens-college 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 queens-college topic, visit your repo's landing page and select "manage topics."

Learn more