Java Basic 43 - Lists and ArrayList

Поділитися
Вставка
  • Опубліковано 15 тра 2024
  • List is an interface whereas Arraylist is a class or collection in java. Watch this video and understand the concept properly.
    #coding #javabasicsforbeginners #javatutorial #programmer #java #javabasic #programming #tutorial #list #arraylist #array #arraysinjava #devalgo
  • Наука та технологія

КОМЕНТАРІ • 7

  • @manishsalaria7037
    @manishsalaria7037 2 місяці тому +1

    mam can u provide springboot series ?

    • @Megabyte02
      @Megabyte02  2 місяці тому +1

      We'll discuss it later

  • @adam_7903
    @adam_7903 2 місяці тому +1

    Example 1:
    Input: pattern = "abba", s = "dog cat cat dog"
    Output: true
    Example 2:
    Input: pattern = "abba", s = "dog cat cat fish"
    Output: false
    pls provide the soln of this in java lang.

    • @Megabyte02
      @Megabyte02  2 місяці тому +1

      Could you tell me the problem statement

    • @adam_7903
      @adam_7903 Місяць тому

      @@Megabyte02 Word Pattern LeetCode statement - We are given 2 strings - “s” and “pattern”, we need to find if the pattern follows s. Follows here means full match. More formally, we can for every pattern[i] there should only be one s[ i ] and vice versa i.e. there is a bijection between a letter in a pattern and a non-empty word in s

  • @neerajvaishanv09
    @neerajvaishanv09 2 місяці тому +1

    Insta I'd btao