PinnedLeetcode — 13. Roman to Integer (Java 22)Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M.May 12, 2024May 12, 2024
75. Sort Colors (Java)Given an array nums with n objects colored red, white, or blue, sort them in-place so that objects of the same color are adjacent, with the…Nov 20, 2024A response icon1Nov 20, 2024A response icon1
274. H-Index (Java)Given an array of integers citations where citations[i] is the number of citations a researcher received for their ith paper, return the…May 2, 2024May 2, 2024
[LeetCode][Medium][26]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…Apr 4, 2024Apr 4, 2024