Skip to content

Matrix traversal using dept-first search with backtracking to count no. of contiguous zeroes adjacent to each other

Notifications You must be signed in to change notification settings

Brisinger/matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix depth first search solutions.

Project structure

Root directory | | matrix |__ src | |__ init.py | |__ matrix_zeroes.py |__ tests |__ init.py |__ test_matrix_zeroes.py

Project Details

  1. Python version: Python 3.10.5
  2. Python Test Framework: unittest

Project test from CLI

Current working directory in CLI before running commands: matrix

  1. Command: python -m unittest -v

About

Matrix traversal using dept-first search with backtracking to count no. of contiguous zeroes adjacent to each other

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages