Open in app
Home
Notifications
Lists
Stories

Write
Woodelin florveus
Woodelin florveus

Home

Nov 29, 2021

Add limit to the Api search

During my recent project, My Bowl, I came across a few issues when rendering the API to the screen. I used a third-party API from Edamam which allows me to look up food nutrition info. The API renders images, protein, carbs, fat, and more. I used this API to further…

Limit

2 min read

Add limit to the Api search
Add limit to the Api search

Nov 21, 2021

Plus One Problem

Overview In this particular LeetCode problem, Plus One, I would have to approach it with a crafty approach. The problem states You are given a large integer represented as an integer array digits, where each digits[i] is the ith digit of the integer. The digits are ordered from most significant…

Plusone

2 min read

Plus One Problem
Plus One Problem

Nov 15, 2021

The intersection of Two Lines

The intersection of two lines posted in leetcodes did not seem that complex. Based on the title my initial thought was to find an intersecting x and y-axis, fortunately, I was so wrong. It was similar to the most frequent number problem. The question in Leetcode states “Given two integer…

Intersection

3 min read

The intersection of Two Lines
The intersection of Two Lines

Nov 6, 2021

Find Missing Number

One problem I tried avoiding was the missing number problem. I did not have confidence in myself to find the actual missing integer in the array. However with a bit of research and resources available to me online I was able to stomach this problem. This problem is number 268…

Missing Number

2 min read

Find Missing Number
Find Missing Number

Oct 31, 2021

Majority of Elements

During my daily Leetcode challenge I ran into an interesting problem, the Majority of elements. I was required to take the most frequent number in the array. The question states, “Given an array nums of size n, return the majority element”. For example, given an array of integers that is…

Majority Element

2 min read

Majority of Elements
Majority of Elements

Oct 19, 2021

Excel Sheet Column Problem

Introduction In this algorithm challenge on LeetCode, I decided to tackle the Excell Column Sheet Problem. This problem required me to take an alphabet string that represented integer values, for example, the letter “A” would represent 1, “B” would represent 2, and so forth. However, there is a particular trick…

Excel

3 min read

Excel Sheet Column Problem
Excel Sheet Column Problem

Oct 17, 2021

The Single Number Problem

I was tackling a few problems from LeetCode and stumbled upon a problem that resonated with me. The Single Number problem, this particular question requires me to single out the non-repeating digit. My first initial thought process was to sort the numbers in the array. Once completed I created a…

Single Number

2 min read

The Single Number Problem
The Single Number Problem

Oct 8, 2021

Palindrome with a twist

The Problem Many have stumbled upon the infamous palindrome algorithm question. The main goal of the palindrome question is to check whether or not the words are the same backward and if so return true. Seems simple however most of my test case in Leetcode did not pass. Some test…

Palindrome

2 min read

Palindrome with a twist
Palindrome with a twist

Sep 27, 2021

What is Breadth-First Search?

What is Breadth-First Search When working with Binary Search Tree as a programmer you will be asked or required to traverse through the nodes. One concept you want to have in your arsenal is the “Breadth-First Search” technique. The basic method to this is to start from the root node…

Breadth First Search

2 min read

What is Breadth-First Search
What is Breadth-First Search

Sep 20, 2021

Data Structure: Insertion Sort

What is Insertion Sort?

Insertion Sort

3 min read

Data Structure: Insertion Sort
Data Structure: Insertion Sort
Woodelin florveus

Woodelin florveus

Following
  • Sam Hall

    Sam Hall

  • Madiwa Simon

    Madiwa Simon

  • Florin Pop

    Florin Pop

  • Stela Capsa

    Stela Capsa

  • Lauren Gifford

    Lauren Gifford

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable