Divi Tech HR Solutions
Divi Tech HR Solutions
Your Trusted Partner for Acquiring Top Tech Candidates
  • About us
  • Services
  • Contact us
  • Blogs
  • Careers
  • Login

Google Interview Question

Blog

Find the Longest Palindrome Substring in Java: Best Useful Solution

Finding the longest Palindrome substring is a classic problem of coding interview. Inthis post, I will summarize 3 different solutions for this problem. 3.1 Naive Approach Naively, we can simply examine every substring and check if it is palindromic. Thetime complexity is O(nˆ3). If this is submitted to LeetCode online Read more…

By divisolutions.in, 1 yearApril 27, 2024 ago
Blog

Evaluate Reverse Polish Notation: Best And Useful Guide

The problem: Evaluate the value of an arithmetic expression in Reverse Polish Notation.Valid operators are +, -, , /. Each operand may be an integer or another expression. Some examples: [“2”, “1”, “+”, “3”, ““] -> ((2 + 1) * 3) -> 9[“4”, “13”, “5”, “/”, “+”] -> (4 + Read more…

By divisolutions.in, 1 yearApril 27, 2024 ago
Blog

Array Rotate In Java: Best And Useful Guide

Problem: Rotate an array of n elements to the right by k steps. For example, with n = 7 and k = 3, the array [1,2,3,4,5,6,7] is rotated to [5,6,7,1,2,3,4]. How many different ways do you know to solve this problem? 1.1 Solution 1 – Intermediate Array In a straightforward Read more…

By divisolutions.in, 1 yearApril 27, 2024 ago

Categories

  • Automation
  • Blog
  • development
  • Fintech Jobs
  • Google Interview Question
  • Interview Questions
  • Leet Code
  • Product Based Companies
  • Service Based Companies
  • testing

Recent Posts

  • How to Write Anagram Program In Java
  • How to check the equality of two arrays in Java?
  • Find Duplicate Characters in a String in Java
  • How to remove all white spaces from a string in Java?
  • How to create a pyramid of numbers in Java?

Recent Comments

  1. 60+ Latest Java Interview Programs With Solutions 2024 - Divi Tech HR Solutions on How To Find Duplicate Characters In A String In Java ? Updated !!
  2. Raj Garg on Nurturing Growth: A Guide for Leaders in Interacting with Junior Members and New Joiners
  3. Pradeep Bansal on Nurturing Growth: A Guide for Leaders in Interacting with Junior Members and New Joiners
Looking For a Job, Submit Your Resume

Archives

  • October 2024
  • September 2024
  • August 2024
  • June 2024
  • April 2024
  • March 2024
  • September 2023
  • August 2023
  • About us
  • Services
  • Contact us
  • Blogs
  • Careers
  • Login
Hestia | Developed by ThemeIsle