GearPath
GearPath
  • Видео 118
  • Просмотров 18 460

Видео

7.Lowest Common ancestor in a BST | Tree | Python | GFG | Must Do Coding Interview Questions
Просмотров 1714 дней назад
We are going to learn to find a lowest common ancestor from the given input inside the given bst. Watch the full video to understand and clear your doubts
9.Flattening a linked list | Linked List | Python | GFG | Must Do Coding Questions
Просмотров 2614 дней назад
we will discuss how to flatten the given merged linked lists in to a single sorted linked list. Watch the full video to understand and clear your doubts.
8.Minimize the sum of product | Greedy | Python | GFG | Must Do Coding Interview Questions
Просмотров 2228 дней назад
We are going to find the minimum sum of products by using two list elements. Watch full video to understand and clear your doubts
6.Largest number possible | Greedy | Python | GFG | Must Do Coding Interview Questions
Просмотров 3428 дней назад
We are going to add the integers in a string format ,so the sum of these integers will be equal to given value S and must follow n units of index. Watch the full video to understand and clear your doubts.
5.Page Faults in LRU | Greedy | Python | GFG | Must Do Coding Interview Questions
Просмотров 2228 дней назад
We are going to using a list to append given elements as per capacity given by using least recently used algorithm. Watch the full video to understand page fault and lru approach. I hope all your doubts will be cleared after watching .
4. Maximize Toys | Greedy | Python | GFG | Must Do Coding Interview Questions
Просмотров 928 дней назад
We are going to buy maximum number of toys by using given amount in question using greedy approach. Watch full video to understand and clear your doubts.
2. N meetings in one room | Greedy | Python | GFG | Must Do Coding Interview Questions
Просмотров 1528 дней назад
We are going to find the maximum number of meetings done in a single room, optimally by using start and end time of meeting duration. watch full video to understand and clear all your doubts
1.Activity Selection | Greedy | Python | GFG | Must Do Coding Interview Questions
Просмотров 928 дней назад
We are going to find the maximum number of activity done by a single person optimally by using start and end time of activity duration. watch full video to understand and clear all your doubts
18.First element to occur k times | Hashing | Python | GFG | Must Do Coding Interview Questions
Просмотров 14Месяц назад
We are going to find the first element that has occurred exactly k times and return it to the function. Watch the full video to understand and clear your doubts.
16.Uncommon characters| Hashing | Python | GFG | Must Do Coding Questions
Просмотров 31Месяц назад
We are going to find uncommon elements from both arrays and return those characters in a string format in sorted manner. Watch the full video to understand and clear your doubts.
15.Check if two arrays are equal or not | Hashing | Python | GFG | Must Do Coding Questions
Просмотров 4Месяц назад
We are going to find if both arrays contain same number of elements and same values or not. Watch the full video to understand and clear your doubts.
14.Minimum Indexed Character | Hashing | Python | GFG | Must Do Coding Interview Questions
Просмотров 10Месяц назад
We are going to find if any element of arr2 is present in arr1. if present we need the minimum index out of all characters . Watch the full video to understand and clear your doubts.
11.Find all pairs with a given sum | Hashing | Python | GFG | Must Do Coding Interview Questions
Просмотров 21Месяц назад
We are going to find if the sum of 2 elements present in both arrays or not . If present we are going to add that pair to a list and return it to the function. Watch the full video to understand and clear your doubts
10.Array subset of another array | Hashing | Python | GFG | Must Do Coding Interview Questions
Просмотров 5Месяц назад
We are going to find if all the elements from variable 2 is present inside variable 1 or not. Watch the full video to understand and clear your doubts.
9.Longest consecutive subsequence | Hashing | Python | GFG | Must Do Coding Interview Questions
Просмотров 68Месяц назад
9.Longest consecutive subsequence | Hashing | Python | GFG | Must Do Coding Interview Questions
4.Common elements | Hashing | Python | GFG | Must Do Coding Interview Questions
Просмотров 9Месяц назад
4.Common elements | Hashing | Python | GFG | Must Do Coding Interview Questions
3.Largest Sub array with 0 sum | Hashing | Python | GFG | Must Do Coding Interview Questions
Просмотров 12Месяц назад
3.Largest Sub array with 0 sum | Hashing | Python | GFG | Must Do Coding Interview Questions
2.Sorting elements of an array by frequency | Hashing | Python | GFG | Must Do Coding Questions
Просмотров 11Месяц назад
2.Sorting elements of an array by frequency | Hashing | Python | GFG | Must Do Coding Questions
1.Relative Sorting | Hashing | Python | GFG | Must Do Coding Interview Questions
Просмотров 20Месяц назад
1.Relative Sorting | Hashing | Python | GFG | Must Do Coding Interview Questions
6.Connect nodes at same level | Tree | Python | GFG | Must Do Coding Interview Questions
Просмотров 14Месяц назад
6.Connect nodes at same level | Tree | Python | GFG | Must Do Coding Interview Questions
7.Circular Tour | Stack and Queue | Python | GFG
Просмотров 18Месяц назад
7.Circular Tour | Stack and Queue | Python | GFG
13. Add two numbers represented by linked lists | Linked List | Python | GFG | Coding Questions
Просмотров 28Месяц назад
13. Add two numbers represented by linked lists | Linked List | Python | GFG | Coding Questions
14. check if linked list is palindrome | Linked List | Python | GFG | Must do Coding Questions
Просмотров 10Месяц назад
14. check if linked list is palindrome | Linked List | Python | GFG | Must do Coding Questions
12.Pairwise swap of a linked list | Linked List | Python | GFG | Must do Coding Interview Questions
Просмотров 26Месяц назад
12.Pairwise swap of a linked list | Linked List | Python | GFG | Must do Coding Interview Questions
5.Intersection point in Y shaped Linked Lists | Linked List | Python | GFG | Coding Questions
Просмотров 152 месяца назад
5.Intersection point in Y shaped Linked Lists | Linked List | Python | GFG | Coding Questions
13.Longest Common Prefix | String | Python | GFG | Must do coding Questions
Просмотров 322 месяца назад
13.Longest Common Prefix | String | Python | GFG | Must do coding Questions
10.Longest Distinct Characters in the string | String | Python | GFG | Must do coding Questions
Просмотров 252 месяца назад
10.Longest Distinct Characters in the string | String | Python | GFG | Must do coding Questions
9.Form a palindrome | String | Python | GFG | Must do coding Questions
Просмотров 232 месяца назад
9.Form a palindrome | String | Python | GFG | Must do coding Questions
4.Recursively remove all adjacent duplicates | String | Python | GFG | Must do coding Questions
Просмотров 172 месяца назад
4.Recursively remove all adjacent duplicates | String | Python | GFG | Must do coding Questions

Комментарии

  • @KaraokeVN2005
    @KaraokeVN2005 2 месяца назад

    Great video

  • @Ari-pq4db
    @Ari-pq4db 2 месяца назад

    Awesome 👌

  • @SlideRSB
    @SlideRSB 3 месяца назад

    It seems to me that the 10 from the printf output is just a garbage value since the variable o was defined but never initialized.

    • @riyazshaik864
      @riyazshaik864 3 месяца назад

      10 isn't a garbage, we gave a limit to write function , you could see at 6:40 part that inside write function we gave buffer value as 10 , so it can store maximum 10 characters, so the buffer was full, it can only written 10 since it's the max buffer we assigned, you change to greater than 14 , you will get different value other than 10 and missing part of the characters will also be printed

  • @riyazshaik864
    @riyazshaik864 5 месяцев назад

    One of the best explanation in youtube

  • @fabiozucconi7068
    @fabiozucconi7068 6 месяцев назад

    Super useful tutorial, tyvm Sir!

  • @natesr5373
    @natesr5373 6 месяцев назад

    well done !!

    • @gearpath
      @gearpath 6 месяцев назад

      Thanks, If you want anymore topics that you can't find, Share here We will do our research and post here

    • @natesr5373
      @natesr5373 6 месяцев назад

      @@gearpath c programming macro function and some syntax related to macro

  • @chrisjimenez1046
    @chrisjimenez1046 7 месяцев назад

    waza

  • @l.sujeet5427
    @l.sujeet5427 7 месяцев назад

    😂😂😂😂😂

  • @ouvertn
    @ouvertn Год назад

    Thanks! Really needed this.

  • @ishujain9343
    @ishujain9343 Год назад

    Love u sir ganja kam fuko

  • @ClaudioPalma-yb3ok
    @ClaudioPalma-yb3ok Год назад

    ti amo

  • @ibksme601
    @ibksme601 Год назад

    simple and straight to point thanks for this

    • @gearpath
      @gearpath Год назад

      Thanks for the response. It made my day😁

  • @roshanmoghal2137
    @roshanmoghal2137 4 года назад

    🔥👌

  • @pranaynagaraju
    @pranaynagaraju 4 года назад

    Good work bro

  • @rithwikrajmallam9430
    @rithwikrajmallam9430 4 года назад

    wow great material dude! continue hope to see more.

  • @roshanmoghal2137
    @roshanmoghal2137 4 года назад

    Nice video bro

  • @l.sujeet5427
    @l.sujeet5427 4 года назад

    is this is the first video of linux tutorial

    • @gearpath
      @gearpath 4 года назад

      Yes and sorry for sound disturbance,no sound disturbance from next videos

  • @pranaynagaraju
    @pranaynagaraju 4 года назад

    Keep going Waiting for fork(😬)

    • @gearpath
      @gearpath 4 года назад

      soon available :)

  • @hritikgupta8765
    @hritikgupta8765 4 года назад

    Very nice explanation👌👌 Great job!

  • @rakeshreddy2922
    @rakeshreddy2922 4 года назад

    Tilde

  • @Naveen-wz2cg
    @Naveen-wz2cg 4 года назад

    Sir upload tuts on fork system call

    • @gearpath
      @gearpath 4 года назад

      Sure, its the part of series, it will be uploaded within the next 3 days

  • @Naveen-wz2cg
    @Naveen-wz2cg 4 года назад

    Bro plz like me One comment

  • @pranaynagaraju
    @pranaynagaraju 4 года назад

    👌

  • @kalluharishwarreddy
    @kalluharishwarreddy 4 года назад

    👌🔥

  • @roshanmoghal2137
    @roshanmoghal2137 4 года назад

    🔥