Open in app

Sign In

Write

Sign In

Silas Burger
Silas Burger

10 Followers

Home

About

Jun 28, 2020

Rotate Image LeetCode — Javascript and Python Walkthrough

Problem link: https://leetcode.com/problems/rotate-image/ The purpose of this problem is to rotate a matrix 90 degrees to the right. Here are a couple example inputs and outputs:

Rotate Matrix

4 min read

Rotate Image LeetCode — Javascript and Python Walkthrough
Rotate Image LeetCode — Javascript and Python Walkthrough
Rotate Matrix

4 min read


Apr 1, 2019

Maximum Subarray LeetCode — Javascript Walkthrough

Problem link: https://leetcode.com/problems/maximum-subarray/ The purpose of the problem is find the max sum of contiguous values in an array. Here are a couple example inputs and outputs: Input: [-2,1,-3,4,-1,2,1,-5,4], Output: 6 Explanation: [4,-1,2,1] has the largest sum = 6. Input: [-2,-11,-13,-2,-14,-9,-5,-15,-3], Output: -2 Explanation: [-2] has the largest sum = -2…

Java Script

3 min read

Maximum Subarray LeetCode — Javascript Walkthrough
Maximum Subarray LeetCode — Javascript Walkthrough
Java Script

3 min read


Mar 27, 2019

01 Matrix LeetCode — Javascript Walkthrough

Problem link: https://leetcode.com/problems/01-matrix/ The purpose of the problem is to update a matrix of 0s and 1s by determining the distance from the nearest 0 in each cell. There will always be at least one 0 in the matrix. The distance is calculated using adjacent cells, and adjacent cells are…

Java Script

5 min read

01 Matrix LeetCode — Javascript Walkthrough
01 Matrix LeetCode — Javascript Walkthrough
Java Script

5 min read

Silas Burger

Silas Burger

10 Followers

I’m a software engineer who is always learning. I’m currently learning backend development in Go.

Following
  • Anthony Ng

    Anthony Ng

  • Austin Tackaberry

    Austin Tackaberry

  • Stanislav Kozlovski

    Stanislav Kozlovski

  • #BlackLivesMatter

    #BlackLivesMatter

  • Adam Jentzsch

    Adam Jentzsch

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech