Deloitte Off-Campus Drive Get link Facebook X Pinterest Email Other Apps - December 18, 2024 Deloitte Off- Campus DriveBatch: 2021, 2022, 2023, 2024,2025Details & Apply here:👇https://usijobs.deloitte.com/careersUSI/JobDetail/USI-EH25-GTLO-GTL-Intela-Support-App-Support-Analyst/202551 Get link Facebook X Pinterest Email Other Apps Comments
Round 1 result declared of TCS CodeVita Season 12 - December 19, 2024 Round 1 result declared TCS CodeVita Season 12 😱 #tcscodevita Check your result here 👇 https://codevita.tcsapps.com/ Our official Telegram channel 👇 https://t.me/computerknowledge4217 Read more
G. Strange Nim Game solution code - January 29, 2025 G. Strange Nim Game solution code In Python3 language 👇 import sys MOD = 10 ** 9 + 7 def main (): sys.setrecursionlimit( 1 << 25 ) max_x = 200000 grundy = [ 0 ] * (max_x + 1 ) for x in range ( 1 , max_x + 1 ): digits = set () tmp = x while tmp > 0 : d = tmp % 10 if d != 0 : digits.add(d) tmp = tmp // 10 s = set () for d in digits: if x >= d: s.add(grundy[x - d]) mex = 0 while mex in s: mex += 1 grundy[x] = mex max_pow = 2 * 10 ** 5 + 30 pow2 = [ 1 ] * (max_pow + 1 ) for i in range ( 1 , max_pow + 1 ): pow2[i] = (pow2[i- 1 ] * 2 ) % MOD class SegmentTreeNode : def __init__ ( self, l, r ): self.l = l self.r = r self.left = None self.right = None self.basis = [ 0 ] * 30 ... Read more
CBSE Class 10th/12th Datesheet out 2025😱 - November 26, 2024 CBSE Class 10th/12th Datesheet out😱 2025 Download datesheet here link: https://www.cbse.gov.in/cbsenew/documents/Date_Sheet_Main_Exam_2025_20112024.pdf Read more
Comments
Post a Comment