Leetcode 1431 (Python3)
Prompt:
Given the array candies and the integer extraCandies, where candies[i] represents the number of candies that the ith kid has.
Developer
Given the array candies and the integer extraCandies, where candies[i] represents the number of candies that the ith kid has.
You are given an m x n integer grid accounts where accounts[i][j] is the amount of money the i’th customer has in the j’th bank. Return the wealth that the richest customer has.
Given a string, find the first non-repeating character in it and return its index. If it doesn’t exist, return -1.
Enums in Swift are used to create your own type of value. They can be incredibly useful when used with switch statements.
Currently, I’ve finished my rework up to the point the app is ready to smoothly take some data.
Instead of asynchronously updating the UI while performing the networking, I tried pre-networking the data by using a dummy launch screen.
A closure is a function packaged in a block, which can then be passed around such as be assigned to a variable.
Reviewing important basics in Swift: distinguishing between Classes and Structs.
On the first day, I decided to start on the collection view that will be the products navigator/manual. I will use xib to design the cells I will use in my project. I also keep my project organized using better constants.