Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercice with stack

Exercise Description

This program identifies a "suspect" in a given n x n matrix representing interactions at an event. A suspect is someone who did not talk to anyone (row of zeros) but was talked to by everyone else (column of ones).

Running the Program

  1. Ensure a C++ compiler is installed.
  2. Compile the program:
g++ -o main Main.cpp
  1. Run the program:
./main

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages