-
Coding Challenge #4 | String Manipulation in Javascript
Pam discusses the effectiveness of taking some time to think about ways to solve a coding problem before writing the code. Link to the challenge: https://www.codewars.com/kata/5264d2b162488dc400000001/train/javascript -
Coding Challenge #3 | Longest Substring Without Repeating Characters
Review of solution to this problem on LeetCode: https://leetcode.com/problems/longest-substring-without-repeating-characters/ -
Coding Challenge #2 | Two Sum
We discuss this problem on leetcode: https://leetcode.com/problems/two-sum/ We had a suggestion of another interesting code challenge site: https://exercism.org -
Coding Challenges with Pam | Isograms
Pam walks through solutions to this online coding problem: https://www.codewars.com/kata/54ba84be607a92aa900000f1 August 20, 2021 -
Maze Generator | Reskill Americans Coding Challenge (JavaScript)
Write a program to generate a maze. The instructions to get started are here: https://reskillamericans.github.io/code-challenges/maze-challenge