YenLeetcode Python & C — Roman to IntegerRoman numerals are represented by seven different symbols: I, V, X, L, C, D and M.Jul 19, 2023
YenLeetcode Python , C & C++ — Find the Index of the First Occurrence in a StringGiven two strings needle and haystack, return the index of the first occurrence of needle in haystack, or -1 if needle is not part of…Jul 28, 2023Jul 28, 2023
YenLeetcode Python , C & C++ — Remove Duplicates from Sorted ArrayGiven an integer array nums sorted in non-decreasing order, remove the duplicates in-place such that each unique element appears only once…Jul 26, 2023Jul 26, 2023
YenLeetcode Python , C & C++ — Merge Two Sorted ListsYou are given the heads of two sorted linked lists list1 and list2.Jul 25, 2023Jul 25, 2023
YenLeetcode Python & C — Roman to IntegerRoman numerals are represented by seven different symbols: I, V, X, L, C, D and M.Jul 19, 2023
YenLeetcode Python , C & C++ — Find the Index of the First Occurrence in a StringGiven two strings needle and haystack, return the index of the first occurrence of needle in haystack, or -1 if needle is not part of…Jul 28, 2023
YenLeetcode Python , C & C++ — Remove Duplicates from Sorted ArrayGiven an integer array nums sorted in non-decreasing order, remove the duplicates in-place such that each unique element appears only once…Jul 26, 2023
YenLeetcode Python , C & C++ — Merge Two Sorted ListsYou are given the heads of two sorted linked lists list1 and list2.Jul 25, 2023
Saima ChaityLeetcode — Valid Word AbbreviationA string can be abbreviated by replacing any number of non-adjacent, non-empty substrings with their lengths. The lengths should not have…May 2, 2022
YenLeetcode Python , C & C++ —Write a function to find the longest common prefix string amongst an array of strings.Jul 24, 2023
Mr ZouraizPython Libraries: Exploring the Standard LibraryPython’s standard library is a powerful toolset that comes included with every Python installation. It provides modules and packages that…May 19