๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
9.62K subscribers
5.59K photos
3 videos
95 files
10.2K links
๐ŸšฉMain Group - @SuperExams
๐Ÿ“Job Updates - @FresherEarth

๐Ÿ”ฐAuthentic Coding Solutions(with Outputs)
โš ๏ธDaily Job Updates
โš ๏ธHackathon Updates & Solutions

Buy ads: https://telega.io/c/cs_algo
Download Telegram
class Solution {
    public static int firstMissingPositiveLostInteger(int[] a) {
        int[] arr = new int[a.length+1];
        if(a.length == 1 && a[0] == 1)  return 2;
        for(int num : a)
            if(num > 0 && num <= a.length)  arr[num] = 1;
        int i = 1;
        while(i <= a.length){
            if(arr[i] == 0) return i;
            i++;
        }
        return i;
    }
}

Java 8โœ…
class Solutions
{
    public static String findSpecialPair(int a[],int T)
    {
        int size = a.length;
        int i = 0, j = 1;
        while (i < size && j < size)
        {
            if (i != j && (a[j] - a[i] == T || a[i] - a[j] == T))
            {
                return "yes";
            }
            else if (a[j] - a[i] < n)
                j++;
            else
                i++;
        }
        return "no" ;
    }

Java 8โœ…
Intern and full time opportunity for 2022, 2023 and 2024 grads.

1) Flipkart Role: UI Engineer 1

Batch eligible: 2021 and 2022 grads

2) WorkOnGrid Role: Software Engineer Intern

Batch eligible: 2023 grads

3) QServices Inc. Role: React Js Intern

Batch eligible: 2023 grads

And a lott more hiring opportunities.

๐€๐ฉ๐ฉ๐ฅ๐ฒ ๐๐จ๐ฐ: https://bit.ly/445tgL4
๐Ÿ‘4