Skip to content

lmolotii/Algorithms.LeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode problems and solutions

Regular problems:

Problem53 - find max sub-array inside array

Problem54 - spiral matrix

Problem55 - jump solution

Problem73 - path simplification

Problem121 - find max order

Problems from the cources

Queues and BFS

NumberOfIslands - Given a 2d grid map of '1's (land) and '0's (water), count the number of islands. An island is surrounded by water and is formed by connecting adjacent lands horizontally or vertically. You may assume all four edges of the grid are all surrounded by water.

Solution is implemented using FIFO queue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages