Posted inInterview Resource Exciting list of resources for job seekers Posted by By christianashish4_w7t9kebj May 8, 2024 I wanted to share an exciting list of resources for job seekers! 🚀💥Reshare with your…
Posted in100 Days Coding Challenge Algorithm Day 4 – Valid Anagram Posted by By christianashish4_w7t9kebj May 15, 2024 Given two strings s and t, return true if t is an anagram of s, and false otherwise. An Anagram is a word or phrase formed by…
Posted in100 Days Coding Challenge Algorithm Day 3 – Contains Duplicate Posted by By christianashish4_w7t9kebj May 15, 2024 Given an integer array nums, return true if any value appears at least twice in the array, and return false if every…
Posted in100 Days Coding Challenge Algorithm Day 2 – Longest Substring Without Repeating Characters Posted by By christianashish4_w7t9kebj April 16, 2024 Given a string s, find the length of the longest substring without repeating characters. Example 1: Input: s…
Posted in100 Days Coding Challenge Algorithm Day 1 – Two Sum Posted by By christianashish4_w7t9kebj April 15, 2024 Given an array of integers nums and an integer target, return indices of the two numbers such that they…