๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
9.63K subscribers
5.6K photos
3 videos
95 files
10.3K 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
char solve(string o, string r) {
    string res = "";
    int j = 0;
    for (int i = 0; i < o.size(); i++) {
        if (o[i] != r[j]) {
            res += o[i];
        } else {
            j++;
        }
    }
    return res[0];
}

Tech Mahindra โœ…
#include <bits/stdc++.h>
using namespace std;
void print(vector<int> &arr)
{
  for(auto e:arr) cout<<e<<" "; cout<<endl;
}
vector<int> solv(int n,vector<int> &arr)
{
  vector<int> soln;
  for(int i=0;i<n;i++)
  {
    if(arr[i]%2 == 0 || arr[i]%3 == 0 || arr[i]%5 == 0) soln.push_back(arr[i]);
  }
  return soln;
}
int main()
{
    int n;
    cin>>n;
    vector<int> arr(n);
    for(int i=0;i<n;i++) cin>>arr[i];
    vector<int> ans = solv(n,arr); print(ans);
    return 0;
}


Deloitte โœ…
Axtria is (still) HIRING!

In the world of uncertainties, we are fortunate to find ourselves in a place where we continue to be in a great position to keep growing stronger.

This summer, as we await our campus hires, we are also rolling out an interim drive to hire a strong population of off-campus hires.

So if you:

- Are 2023/2024 batch 
B.Tech CS/IT from Top-200 campuses (as per NIRF rankings)
- have an impeccable academic record (10th - 90%, 12th - 80%, Graduation - 80%)
- Wish to build a career as an Analyst
- Are open to working in Delhi NCR, Bangalore, Hyderabad, Pune
- wish to improve patient outcomes

Then please email your profile at 
campusplacement@axtria.com