🔥 Burn Fat Fast. Discover How! 💪

Job related update

Logo of telegram channel coding231 — Job related update J
Logo of telegram channel coding231 — Job related update
Channel address: @coding231
Categories: Education
Language: English
Subscribers: 2.98K

Ratings & Reviews

1.67

3 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

0

4 stars

0

3 stars

1

2 stars

0

1 stars

2


The latest Messages 8

2022-02-13 08:22:14 Accenture code available
251 views05:22
Open / Comment
2022-02-13 08:22:06
Find smallest Character Code Accenture
257 views05:22
Open / Comment
2022-02-03 12:03:03
beautiful path code

Telegram
@coding231
121 views09:03
Open / Comment
2022-02-03 12:03:03 def bfs(graph,c,t):
s=1
n=len(graph)-1
dist=[]
pred=[]
color=[]
q=[]
count=0
for _ in range(len(graph)):
dist.append(9999)
pred.append(None)
color.append('w')
q.append(s)
dist[s]=0
color[s]='g'
while len(q)!=0:
u=q.pop(0)
if u==n:
break
count+=1
color[u]='b'
for i in graph[u]:
if color[i]=='w':
q.append(i)
color[i]='g'
dist[i]=dist[u]+c
pred[i]=u
return dist[n]

n,m,t,c=map(int,input().split())
graph=[[] for _ in range(n+1)]
for _ in range(m):
x,y=map(int,input().split())
graph[x].append(y)
graph[y].append(x)
time=bfs(graph,c,t)
signal='g'
signals=[None]
for _ in range(t):
signals.append('g')
for i in range(t,time+1):
if i==0:
continue
if (i//t)%2==0:
signals.append('g')
else:
signals.append('r')
for i in range(0,time,c):
if signals[i]=='r':
time+=(signals[i+1:].index('g'))

print(time)

Python accolite beautiful path

Telegram
@coding231
115 views09:03
Open / Comment
2022-02-03 11:57:08 Hcl discussion only



https://t.me/hcl_discussion_122
385 views08:57
Open / Comment
2022-02-02 15:32:54 Kyndryl - Off Campus Recruitment 2022

Eligibility Criteria:

BE, BTech, ME, MTech, BCA, MCA, Bsc, Msc - computer science, ECE, Electronics, Electrical, Information Technology.

Candidates should have scored minimum 6.5 CGPA/65 %

Year of pass out - 2019, 2020 & 2021

CTC Offered: 4.2 LPA

Job Role : Associate Technical Engineer

https://docs.google.com/forms/d/e/1FAIpQLScoTj6zh2tZi55bVMsdaLpGg7K64c3hmE1mfBFIZ3DHyVG5QQ/viewform


Telegram::: @coding231
795 views12:32
Open / Comment
2022-02-02 15:06:11 HCL Career - Freshers hiring! - Slot 2


Eligiblity criteria 
·  Passout from 2017/2018/2019/2020/2021 batches are eligible.
·  B.E/B.Tech - 70% and above in academics from 10th, 12th and UG (only Circuit & IT Releated Branches)
·  ME/M.Tech/MSc/MCA - 65% and above in academics from 10th, 12th, UG and PG (only Circuit & IT Releated Branches)
·  24 months Service Agreement needs to be signed by candidates at time of Joining
·  Joining Location – Noida



https://forms.office.com/pages/responsepage.aspx?id=N-edGDrJWk-LaG9MqZQZEsBJpOylLepKrB0D5DY-0v1UQ1Q0WjRHRTdMRlNQMEhGQVQyRjY2VEtGMS4u


Telegram::: @coding231
866 views12:06
Open / Comment
2022-02-02 09:33:15 #include
#include
int main()
{
char str[1000];
int i;
scanf("%[^\n]s",str);
for(i=0;str[i]!='\0';i++)
{
if(!(str[i]==' '))
printf("%c",str[i]);
}
return 0;
} A SOCIAL NETWORKING
327 views06:33
Open / Comment
2022-02-02 08:29:21
https://forms.office.com/Pages/ResponsePage.aspx?id=N-edGDrJWk-LaG9MqZQZEm72tp46dpJJkYSUR_o5ex1UQ1lQRzJXU1M3NkxIUUE2WExFOTFKMDRBTiQlQCN0PWcu


Telegram::: @coding231
381 views05:29
Open / Comment
2022-02-02 07:59:09 Dynatrace Off Campus Hiring Fresher For *Technical Support Engineer*

Location : Pune (Remote)

Qualification : B.E/B.Tech/M.E/M.Tech/MCA/M.Sc

Work Experience : Fresher

CTC : 5 - 7 LPA

Apply Link : https://bit.ly/34nN6Xw

Telegram Group Link : @coding231
972 views04:59
Open / Comment