Skip to content

iDestyKK/CN_Grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

CN_Grid

A C and C++ library that implements grids.

A "grid" is a non-standard data structure that essentially acts as a 2D Vector (In the C++ implementation, that is what it almost literally is). I made this because I got tired of having to write my own implementations of a grid as a "vector< vector<type> >" in C++ in almost every project I worked in... And also since I saw other people implementing it rather poorly (Hey, mine probably isn't the absolute best implementation either). Since it got annoying enough, I decided to just write a library to settle it once and for all.

About

Implements Grids into C++ (And possibly more languages)!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published