Remove K Digits
Given string num representing a non-negative integer num, and an integer k, return the smallest possible integer after removing k digits from num.
Read more →Welcome to Hazrat Ali, Problem Solving Website “At Hazrat Ali, we provide a platform for aspiring problem solvers and developers to sharpen their coding and algorithmic skills. Whether you’re a beginner or an advanced coder, our wide range of challenges and resources will help you grow. From mastering data structures and algorithms to participating in competitive coding contests, we offer tools and a community that supports your journey in programming. Explore our curated problems, get involved in discussions, and start Solving problems that will elevate your coding expertise. Join us today and start your problem-Solving adventure!”
Given string num representing a non-negative integer num, and an integer k, return the smallest possible integer after removing k digits from num.
Read more →You are given an integer array nums that is sorted in non-decreasing order.
Read more →You have a lock in front of you with 4 circular wheels. Each wheel has 10 slots:
Read more →Design a HashMap without using any built-in hash table libraries.
Read more →Given two strings ransomNote and magazine, return true if ransomNote can be constructed by using the letters from magazine and false otherwise.
Read more →You are given an integer array matchsticks where matchsticks[i] is the length of the ith matchstick
Read more →