Skip to content

IndusTechie

A computer science portal

  • Algorithms and Datastructure
  • Technologies
    • Hadoop
      • Python
        • Python Course For Beginners
    • Java
      • Java Programming Exercises, Solution
      • Java Lambda Expression
      • Spring And Spring Boot
    • Database
      • Oracle PL/SQL Problems with Solutions
    • JavaScript
    • Hadoop
    • MongoDB
  • Software Testing
    • Cypress
    • JMeter
    • Karate
    • Gatling
    • Selenium
      • Selenium Interview Questions and Answers
  • Summary of Self-Help Books
  • About Me

Month: January 2023

Leet code problem 1925: – Count Square Sum Triples

Posted on January 3, 2023October 24, 2022 by Admin

A square triple (a,b,c) is a triple where a, b, and c are integers and a2 + b2 = c2. Given an integer n, return the number of square triples such that 1 <= a, b, c <= n. Example 1: Input: n = 5Output: 2Explanation: The square triples are (3,4,5) and (4,3,5). Example 2:…

CategoriesAlgorithms and Datastructure, Java, Java Programming Exercises, Solution
← Newer posts

Recent Comments

  • How to access the collection elements using the streams? – IndusTechie on How to access collection elements in java using iterator method?
  • How to modify the collection while iterating using java? – IndusTechie on How to access collection elements in java using iterator method?
  • How will you segregate (on what basis) the regression , sanity , smoke suite if there are more than 400 manual test cases are present? – IndusTechie on What is Smoke testing, Sanity Testing and Regression Testing?
  • leetcode 1920 solution in java - IndusTechie on java solution of Build Array from Permutation problem
  • findElement method in Selenium WebDriver - IndusTechie on Selenium WebDriver is a class or interface?

Categories

  • Database
  • Finacial Geek
    • Technical Analysis Using Python
  • Miscellaneous
  • Oracle PL/SQL Problems with Solutions
  • Programming Geek
    • Java
      • Algorithms and Datastructure
      • Java Lambda Expression
      • Java Programming Exercises, Solution
      • Selenium
    • JavaScript
    • MongoDB
    • Python
      • Python Course For Beginners
  • Selenium Interview Questions and Answers
  • Self-Improvement
    • ImproveU to be BetterU
    • Summary Of Books
  • Software Testing
    • Cypress
    • JMeter
    • Karate

Archives

  • February 2025
  • August 2024
  • June 2024
  • April 2024
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • July 2022
  • June 2022
  • January 2022
  • December 2021
  • November 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • November 2019
  • October 2019
Proudly powered by WordPress