Brisinger / matrix

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%