Articles by Tag #contest

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Telegram Contest for JavaScript Developers, Round 1

🏆 Telegram Contest for JavaScript Developers, Round 1 Prize Fund: $30,000 Deadline: 23:59 on...

Learn More 19 0Feb 3

How to create a HackerRank Contest?

Hello everyone this is R.Prabhakara Arjun,🕺 I faced a hard time creating a HackerRank contest...

Learn More 2 2Jun 5

Remove Methods from project

Problem TC: O(n*m) where n is the no. of nodes and m is the max no. of nodes/methods present in a...

Learn More 1 0Oct 6 '24

Maximum Possible Number by Binary Concatenation

Problem TC: O(3!) = constant class Solution { int max = 0; public int...

Learn More 1 0Oct 6 '24

count-of-substrings-containing-every-vowel-and-k-consonants-i

Problem class Solution { public int countOfSubstrings(String word, int k) { int count...

Learn More 1 0Sep 29 '24

Count Substrings With K-Frequency Characters I

Problem class Solution { public int numberOfSubstrings(String s, int k) { int left ...

Learn More 0 0Oct 20 '24

Find the Sequence of Strings Appeared on the Screen

class Solution { public List<String> stringSequence(String target) { ...

Learn More 0 0Oct 20 '24

Maximum Multiplication Score

Problem TC: O(4*m) = O(m) SC: O(4*m) = O(m) ( dp array) + O(4+m) for recursive stack space class...

Learn More 0 0Oct 3 '24

Minimum Division Operations to Make Array Non Decreasing

Problem class Solution { //one thing to note here is we have to get the values in increasing...

Learn More 0 0Oct 20 '24

Cybersecurity Quiz Alert!

Think you’ve got what it takes to keep your data safe? 🛡️ Take our Cybersecurity Awareness Quiz and...

Learn More 0 0Oct 10 '24