• 10 October

    Convert sorted Linked List to balanced BST

    If you want to practice data structure and algorithm programs, you can go through 100+ java coding interview questions. In this post , we will see how to convert sorted LinkedList to balanced binary search tree. There are two ways to do it. Solution 1: It is very much similar to convert sorted array to BST. […]

  • 27 September

    Élő foci eredmények és tippmix – Online kaszinó útmutató bónuszokkal és kifizetésekkel

    Ez a gyakorlati útmutató a Labdarúgás eredmények oldalhoz arra összpontosít, ami valóban számít: a bónuszokra, a mobil elérésre és az idÅ‘ben történÅ‘ kifizetésekre. Akár élÅ‘ foci eredményeket követsz, akár tippmix eredményekre fogadsz, a platform minden funkcióját úgy tervezték, hogy gyors és biztonságos élményt nyújtson. Az alábbiakban részletesen végigvesszük a regisztrációtól a kifizetésig terjedÅ‘ folyamatot, kitérve […]

  • 24 September

    Java Program to Find Second Largest Number in An Array

    If you want to practice data structure and algorithm programs, you can go through data structure and algorithm interview questions. 1. Overview In this post, we will see how to find the second largest number in an array. This is a one of common interview questions on array data structure. 2. Introduction to Problem Statement Given […]

  • 20 September

    Find length of Linked List in java

    If you want to practice data structure and algorithm programs, you can go through data structure and algorithm programs. In this post, we will see how to find length of Linked List in java. You can obviously use size() method of java Linked List class but here we are going to see how to find length […]

  • 20 September

    Implement singly linked list in java

    In this post, we will see how to implement singly linked list in java. It is one of the most used data structure. In singly linked list, Node has data and pointer to next node. It does not have pointer to the previous node. Last node ‘s next points to null, so you can iterate […]

  • 16 September

    Java Program to Find Missing Number in An Array

    If you want to practice data structure and algorithm programs, you can go through data structure and algorithm interview questions. 1. Overview In this article, we will see how to find missing number in Array of 1 to n. This is one of basic coding interview question asked in my interviews. 2. Introduction to Problem Statement […]

  • 15 September

    Longest Common Prefix in an array of Strings in java

    If you want to practice data structure and algorithm programs, you can go through data structure and algorithm interview questions. In this post, we are going to see longest common prefix in array of Strings. So lets say you have string array as below: [crayon-6a2840feaed52587609839/] So Longest common prefix in above String array will be “java” […]

  • Java 8 Stream filter
    13 September

    Java 8 Stream filter examples

    In this post,  we are going to see about Java 8 Stream filter example. You can convert list or array to stream very easily and perform various operations on top of it.Java 8 Stream provides various methods such as map,  filter, reduce etc. Let’s see more about Java 8 Stream filter method. Java 8 Stream […]

  • 12 September

    Bet365 mobil gids: registratie, bonusberekening en stortingen

    Of je nu een nieuwe bezoeker bent of terugkeert naar Bet365 nederland, deze gids behandelt de essentiële functies die je moet weten. Van registratie tot het berekenen van bonussen en het gebruik op mobiel, alles komt aan bod. Vereisten Je moet 18 jaar of ouder zijn. Een geldig identiteitsbewijs (ID of paspoort) is nodig voor […]