Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Python List and Matrix Utilities

A Python project featuring utility functions for working with lists and two-dimensional data.

Features

  • Removes duplicate values while preserving order
  • Interleaves values from two lists
  • Calculates row and column sums
  • Crops sections of a matrix
  • Validates matrix dimensions and input ranges
  • Calculates neighboring mine counts in a Minesweeper-style grid

Concepts Used

  • Functions
  • Lists and nested lists
  • Loops and nested loops
  • Conditional statements
  • Indexing and slicing
  • Input validation
  • Type hints
  • Testing and debugging

About

This project was created to practice working with Python lists, matrices, loops, and problem-solving with two-dimensional data.

About

Python utility functions for working with lists, matrices, validation, and two-dimensional data.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages