Remove Duplicates from Sorted ArrayGiven a sorted array nums, remove the duplicates in-place such that each element appears only once and returns the new length.Sep 26, 2020Sep 26, 2020
Merge Sorted Linked ListsOne of LeetCode’s easy problems involves merging two sorted linked list. Given two input lists the result is a sorted combination list.Sep 9, 2020Sep 9, 2020
Longest Common PrefixOne of LeetCode’s easy problems is finding the longest common prefix in a array of string.Sep 1, 2020Sep 1, 2020
Published inLevel Up CodingDivide & Conquer and Binary SearchDivide and conquer is an approach in some common programming problems. One such case is finding the longest common prefix which involves…Aug 29, 2020Aug 29, 2020
Cracking PDFs using Hashcat with custom word lists.Cracking, a password locked PDF document with Hashcat can be a quite a task. A little creativity and OSINT goes a long way.Aug 27, 2020Aug 27, 2020
Roman numerals to IntegersGiven a roman numeral, convert it to an integer. Input is guaranteed to be within the range from 1 to 3999. LeetCode challenge accepted.Aug 25, 2020Aug 25, 2020
Palindrome NumbersA palindrome is a word, number, phrase, or other sequence of characters which reads the same backward as forward, such as madam and 121.Aug 24, 2020Aug 24, 2020
OCR CodingDisclaimar! This is not an introduction on how OCR works but an application of it.Apr 17, 2019Apr 17, 2019