Yahoo India Web Search

Search results

  1. 2 days ago · About the general category. Start a topic if you want to discuss anything related to coding or computer science. CodeChef is a community of programmers from all walks of life. A lot of us are learning to program, or learning problem solving using …. 9. 5342. March 21, 2024. How to code fast. 1.

  2. 6 days ago · 100 Days of Code For Experienced. Before you go ahead keep in mind that you need to focus on many things. You’re expected to perform well in the coding round, system design round and in the other rounds as well. You have the advantage to use the knowledge you have learned in your day-to-day job.

  3. Jun 11, 2024 · A data structure is a storage that is used to store and organize data. It is a way of arranging data on a computer so that it can be accessed and updated efficiently. A data structure is not only used for organizing the data. It is also used for processing, retrieving, and storing data.

  4. Jun 12, 2024 · PROBLEM LINK: Practice Contest: Division 1 Contest: Division 2 Contest: Division 3 Contest: Division 4 Author: harsh_h Tester: tabr Editorialist: iceknight1093 DIFFICULTY: TBD PREREQUISITES: Math PROBLEM: You’re given an integer A that doesn’t exceed 10^9. Find integers B, C such that A \\lt B \\lt C \\leq 10^{18}, and: A^B is a multiple of C and B^C is a multiple of A. EXPLANATION: It seems fairly hard to control both A^B\\pmod{C} and B^C\\pmod{A} simultaneously. So, let’s try to elim...

  5. Jun 25, 2024 · We invite you to participate in CodeChef’s Starters140, this Wednesday, 26th June, rated for till 5-Stars(ie. for users with rating < 2200). Time: 8:00 PM — 10:00 PM IST Joining us on the problem setting panel are: Setters: Shreyan raysh07 Ray, Kanhaiya notsoloud Mohan, etherinmatic etherinmatic, Ram Gopal grayhathacker Pandey, Indresh indreshsingh Singh, Roronoa dr_strange_12 Zoro. Tester: Harshit airths Lohar. Video Editorialists: Madhav jhamadhav28 Jha, Jwala jwala123, Adhish ak200...

  6. Jun 20, 2024 · Arithmetic Operators. In Python, you can perform various basic mathematical operations with numbers. Let's explore some commonly used arithmetic operators with examples: 1. Addition (+) You can use the plus sign (+) to add two numbers. a = 6. b = 3 print(a + b) # prints 9. 2.

  7. Jun 11, 2024 · We invite you to participate in CodeChef’s Starters138, this Wednesday, 12th June, rated for till 6-Stars(ie. for users with rating < 2500). Time: 8:00 PM — 10:00 PM IST Joining us on the problem setting panel are: Setters: Kanhaiya notsoloud Mohan, Harsh harsh_h, Aryan aryan_sinha Sinha, Wuhudsm wuhudsm, Abhishek theabbie Choudhary, Manan mexomerf Grover. Tester: Takuki tabr Kurokawa. Video Editorialists: Madhav jhamadhav28 Jha, Jwala jwala123, Adhish ak2006 Kancharla, Sundar letcod...

  1. People also search for