Explore tweets tagged as #BinaryExponentiation
@sarkar_avg
Sarkar Debarghya
24 days
Tweet media one
0
0
1
@sachinkg_13
Sachin kumar Gupta
1 month
โœ… Day 74 #gfg160days . โšก Q: Implement pow(x, n).๐Ÿš€ Solved using Exponentiation by Squaring.๐Ÿ“‰ Handles negative powers with:. if (e < 0) { b = 1/b; e = -e; }.๐Ÿ” While loop multiplies selectively: if (exp % 2) result *= b. #DSA #CPP #100DaysOfCode #BinaryExponentiation #Coding
Tweet media one
0
0
1
@Shashank8839
Shashank Sharma
1 month
โšก Day 76 of #geekstreak2025 | #gfg160 .๐Ÿงฎ Power Function Implemented โ€” Fast, Efficient, Binary Style! Big thanks to @geeksforgeeks .#binaryexponentiation #powfunction #dsa #javascript #bitwisemagic #fastpower #100daysofcode #codingsimplified #dailycodingchallenge #interviewprep
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
0
1
@ChetanS04065015
Chetan Singh
1 month
๐Ÿ“Œ Day 76 of #gfg160. Solved: Implement Power Function ๐Ÿ”‹.โžค Calculated b^e efficiently using Binary Exponentiation ๐Ÿงฎ.โžค Clean recursive & iterative options โœ….๐Ÿ•’ Time: O(logโ€ฏe).๐Ÿ’พ Space: O(1).#Maths #BinaryExponentiation #DSA #Day76Done #geekstreak2025 #gfg160
Tweet media one
0
0
0
@Manohar2909
Manohar Chirukuri
20 days
๐Ÿš€ Day 29 of #100DaysOfCode โ€“ Sharpening Logic & Cracking Patterns with Java!. 50. Pow(x, n).509. Fibonacci Number. #Day29 #100DaysOfCode #Java #Recursion #Fibonacci #ProblemSolving #DSA #CodeNewbie #LearnToCode #TechWithManohar #BinaryExponentiation #PowerFunction #Futuretowork
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
0
3
@Sairamgoli07
Sai Ram
1 month
Day 76 of #GFG160DaysOfCode โšก.Problem: Power Function (b^e).#Python #BinaryExponentiation #Math #DSA #100DaysOfCode #CodingChallenge
Tweet media one
0
0
0
@Anushka7289
Anushka Chauhan
24 days
โœ… Day 76 of #gfg160 #geekstreak2025.Problem: Implement Pow(x, n).โš™๏ธ Used Binary Exponentiation for efficient power calculation. @geeksforgeeks #cpp #dsa #binaryexponentiation #recursion #100daysofcode #gfg160 #codingchallenge
Tweet media one
0
0
1
@Praphull__1
Praphull Kumar Yadav
1 month
Tweet media one
0
0
1
@KrakenNakul
Nakul
1 month
Day 75 of #gfg160 #geekstreak2025:.Raised the bar (and the base)! ๐Ÿš€๐Ÿ’ก Implemented power(b, e) using efficient exponentiationโ€”faster than brute force!.#BinaryExponentiation #Math #Recursion #DSA #GeekStreak2025
Tweet media one
Tweet media two
0
0
0
@neha_kumari03
Neha Kumari
1 month
โœจ Day 76: Implement Pow(x, n) ๐Ÿ” #GfG160 O(log N) time | O(log N) space (for recursion stack) #GeekStreak2025 #coding #algorithms #math #recursion #binaryexponentiation #geeksforgeeks ๐Ÿš€
Tweet media one
0
0
2
@codewithdeepak0
Deepak Prajapati
27 days
Tweet media one
0
0
1
@YojitKataria
yojit kataria
1 month
๐Ÿš€ #GFG160 โ€“ Day 71: Power Play with Exponents! โšก๐Ÿงฎ.Solved the Implement Pow(x, n) problem today โœ”๏ธ Implement Pow.#BinaryExponentiation #Recursion #MathProblems #GeeksforGeeks #100DaysOfCode #geekstreak2025.@geeksforgeeks
Tweet media one
1
0
13
@Hvpatel457Patel
Harshvadan Patel
1 month
๐Ÿš€ Day 76 of #gfg160 Challenge! ๐Ÿš€. ๐Ÿ’ก Problem: Implement Pow.โœ… Input: b = 3.0, e = 5.โœ… Output: 243.00000.๐Ÿ“Œ Approach: Binary Exponentiation with sign handling.โฑ Time: O(log e) | ๐Ÿง  Space: O(1). #gfg160 #geekstreak2025 #Java #DSA #BinaryExponentiation #Math #GeeksForGeeks
Tweet media one
Tweet media two
0
0
1
@athru__09
Atharva
1 month
โœ… Day 76: Implement Pow.Efficiently compute b^e using Binary Exponentiation. Handles large exponents in O(log e) time. ๐Ÿ’ก.#GFG160 #geekstreak2025 #Day76 #BinaryExponentiation #Maths @geeksforgeeks
Tweet media one
1
0
1
@rahulsharm_129
Rahul Sharma
7 months
๐Ÿš€ Day 83 of my #100DaysOfCodingChallenge ๐Ÿš€. Today, I solved the LeetCode problem: Power (x, n) ๐Ÿ’ปโšก. #100DaysOfCode #Day83 #LeetCode #Recursion #BinaryExponentiation #ProblemSolving #CodingJourney
Tweet media one
0
0
1
@darpit_parikh
Darpit Parikh
1 month
๐Ÿš€ Day 76 of #gfg160 Challenge! ๐Ÿš€. ๐Ÿ’ก Problem: Implement Pow.โœ… Input: b = 3.0, e = 5.โœ… Output: 243.00000.๐Ÿ“Œ Approach: Binary Exponentiation with sign handling.โฑ Time: O(log e) | ๐Ÿง  Space: O(1). #gfg160 #geekstreak2025 #Java #DSA #BinaryExponentiation #Math #GeeksForGeeks
Tweet media one
Tweet media two
0
0
2
@_AvinashSharma_
Avinash Sharma
6 months
๐Ÿš€ Day 72 of #geekstreak2024! ๐Ÿš€.Today Solved: Implement Pow(x, n) ๐Ÿ”ข.@geeksforgeeks . #gfg160 #GeeksForGeeks #CodingJourney #BinaryExponentiation
Tweet media one
Tweet media two
1
0
0