Skip to content

spacerainbow000/bmpdisjoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bmpdisjoint

solution to an old google interview question I found

right now it's set up for an NxN array of bools, that could easily be changed to allow for rectangular images and color depth (would just need to add a function somewhere that determines if two depths are 'close' enough to be considered part of the same region)

the algorithm isn't exactly efficient but works fine for small 'files' (I only tested with smallish arrays of bools)

in terms of practical application, would be good for a first pass to generate inputs for a NN

About

solution to an old google interview question I found

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages