๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
9.52K subscribers
5.56K photos
3 videos
95 files
9.7K 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
#include <iostream>
#include <vector>
#include <algorithm>
#include <climits>
using ll = long long;
using namespace std;
ll maxEvenSum(vector<ll>& t) {
    ll a = 0;
    ll s = INT_MAX;
    for (ll i : t) {
        a += i;
        if (i % 2 != 0) {
            s = min(s, i);
        }
    }
    if (a % 2 == 0) {
        return a;
    }
    return a- s;
}


Twilio โœ…
Company: Texas Instruments
Batch: 2022/2023/2024
Role: Software Engineer- AI & DL Location: Bangalore.

Skills: C/ C++, Machine learning/Deep Learning

Education: B.Tech/M.Tech 
Experience: 0.3 months - 22 months

Interested candidates email your profiles to namrata.kotur@spectrumconsultants.com
๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
Photo
import sys
import threading

class FenwickTree:
    def __init__(self, size):
        self.n = size + 2
        self.tree = [0] * self.n
   
    def update(self, idx):
        while idx < self.n:
            self.tree[idx] += 1
            idx += idx & -idx
   
    def query(self, idx):
        res = 0
        while idx > 0:
            res += self.tree[idx]
            idx -= idx & -idx
        return res
       
def main():
    sys.setrecursionlimit(1 << 25)
    n = int(sys.stdin.readline())
    ranges = []
    for i in range(n):
        x, y = map(int, sys.stdin.readline().split())
        ranges.append((x, y, i))
   
    rangesSorted = sorted(ranges, key=lambda x: (x[0], -x[1]))
    endPoints = sorted(list(set([y for x, y, _ in rangesSorted])))
    yMapping = {y: idx+1 for idx, y in enumerate(endPoints)}
   
    ft = FenwickTree(len(yMapping))
    contains = [0] * n
   
    for x, y, idx in rangesSorted:
        contains[idx] = ft.query(len(yMapping)) - ft.query(yMapping[y]-1)
        ft.update(yMapping[y])
   
    rangesSortedRev = sorted(ranges, key=lambda x: (-x[0], x[1]))
   
    ftRev = FenwickTree(len(yMapping))
    containedBy = [0] * n
   
    for x, y, idx in rangesSortedRev:
        containedBy[idx] = ftRev.query(yMapping[y])
        ftRev.update(yMapping[y])
   
    print(' '.join(map(str, containedBy)))
    print(' '.join(map(str, contains)))

threading.Thread(target=main).start()


Kickdrum โœ…
๐Ÿš€ ๐„๐ฑ๐œ๐ข๐ญ๐ข๐ง๐  ๐Ž๐ฉ๐ฉ๐จ๐ซ๐ญ๐ฎ๐ง๐ข๐ญ๐ฒ ๐€๐ฅ๐ž๐ซ๐ญ: ๐๐š๐ข๐ ๐Ž๐ง-๐‰๐จ๐› ๐“๐ซ๐š๐ข๐ง๐ž๐ž๐ฌ๐ก๐ข๐ฉ๐ฌ ๐ข๐ง ๐€๐ˆ ๐š๐ง๐ ๐ƒ๐š๐ญ๐š! ๐Ÿš€

Are you a fresher or a non-IT professional eager to dive into the booming tech industry? We Thirumoolar Software have just the opportunity for you!

We are thrilled to announce limited trainee positions for the following roles:

- ๐€๐ˆ ๐‘๐ž๐ฌ๐ž๐š๐ซ๐œ๐ก๐ž๐ซ
- ๐Œ๐‹ ๐„๐ง๐ ๐ข๐ง๐ž๐ž๐ซ
- ๐“๐ซ๐š๐ข๐ง๐ž๐ ๐ƒ๐š๐ญ๐š๐’๐ž๐ญ ๐€๐ง๐š๐ฅ๐ฒ๐ฌ๐ญ

For More Details About Paid On-Job Traineeship and to Apply, Click below:

https://forms.gle/94iP6Z1rigWAduGx7


These roles offer invaluable hands-on experience, working with cutting-edge technology and gaining insights from industry experts. Itโ€™s the perfect launchpad for a successful career in IT.

๐Ÿ” ๐–๐ก๐ฒ ๐ฃ๐จ๐ข๐ง ๐ฎ๐ฌ?

- Competitive stipends

- Mentorship from experienced professionals

- Real-world project experience

- Networking opportunities within the tech industry

๐Ÿ“… ๐‡๐ฎ๐ซ๐ซ๐ฒ, ๐š๐ฉ๐ฉ๐ฅ๐ข๐œ๐š๐ญ๐ข๐จ๐ง๐ฌ ๐š๐ซ๐ž ๐จ๐ฉ๐ž๐ง ๐ฎ๐ง๐ญ๐ข๐ฅ ๐Ž๐œ๐ญ๐จ๐›๐ž๐ซ ๐Ÿ๐Ÿฌ๐ญ๐ก! ๐’๐ž๐š๐ญ๐ฌ ๐š๐ซ๐ž ๐ฅ๐ข๐ฆ๐ข๐ญ๐ž๐, ๐ฌ๐จ ๐๐จ๐งโ€™๐ญ ๐ฆ๐ข๐ฌ๐ฌ ๐จ๐ฎ๐ญ ๐จ๐ง ๐ญ๐ก๐ข๐ฌ ๐ ๐จ๐ฅ๐๐ž๐ง ๐œ๐ก๐š๐ง๐œ๐ž ๐ญ๐จ ๐ฃ๐ฎ๐ฆ๐ฉ๐ฌ๐ญ๐š๐ซ๐ญ ๐ฒ๐จ๐ฎ๐ซ ๐œ๐š๐ซ๐ž๐ž๐ซ ๐ข๐ง ๐€๐ˆ ๐š๐ง๐ ๐ƒ๐š๐ญ๐š ๐’๐œ๐ข๐ž๐ง๐œ๐ž.

Apply now and transform your career path! ๐ŸŒŸ