Hi. I'm KG.codes (Kelvin Graddick). I'm a programmer, app + website developer, and digital creator. Here I share projects and services. 💡
IG: @KG.codes
- Atlanta, GA
- https://www.kg.codes
- @KGcodes
- kg.codes.social
- c/KGcodes
- kg.codes
Pinned Loading
-
-
react-native-fancy-action-sheet
react-native-fancy-action-sheet PublicA better looking, more functional action sheet for React Native apps
JavaScript 1
-
Foamlicious-app
Foamlicious-app PublicCross-platform (iOS/Android) application for Foamlicious; the ultimate app for Foamposite shoes.
JavaScript
-
Solution to the coding challenge on ...
Solution to the coding challenge on Leetcode.com called Unique Number of Occurrences (https://leetcode.com/problems/unique-number-of-occurrences/) 1/**
2* Unique Number of Occurrences: Given an array of integers 'arr', return 'true' if the number of occurrences of each value in the array is unique or 'false' otherwise.
3*
4* Intuition / tip:
5* Use a hashmap to store the frequency of each character, then use a set to check for duplicates
-
Here is the problem and solution to ...
Here is the problem and solution to a coding challenge from Leetcode.com called Remove Duplicates from Sorted Array! 1/**
2* @param {number[]} nums
3* @return {number}
4*/
5const removeDuplicates = function(nums) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.