Ritesh kant
Ritesh kant
  • Видео 79
  • Просмотров 433 568
Interview question | Populating Next Right Pointers in Each Node | javascript
You are given a perfect binary tree where all leaves are on the same level, and every parent has two children. The binary tree has the following definition:
Populate each next pointer to point to its next right node. If there is no next right node, the next pointer should be set to NULL.
Initially, all next pointers are set to NULL.
Просмотров: 121

Видео

Interview question | Construct Binary Tree from Preorder and Inorder Traversal | javascript
Просмотров 218Год назад
Given two integer arrays preorder and inorder where preorder is the preorder traversal of a binary tree and inorder is the inorder traversal of the same tree, construct and return the binary tree.
Interview question | Binary Tree Zigzag Level Order Traversal | javascript
Просмотров 71Год назад
Given the root of a binary tree, return the zigzag level order traversal of its nodes' values. (i.e., from left to right, then right to left for the next level and alternate between). BFS Tree traversal: ruclips.net/video/Tlg0Ljnu4Q8/видео.html
Interview Questions | Roman to Integer | JavaScript | NodeJS | leetcode
Просмотров 83Год назад
Solution for Roman to Integer interview problem
AWS tutorial with SAM and NodeJS | What is AWS SAM, Why and When to use it?
Просмотров 324Год назад
This video covers the basics of AWS SAM and some questions such as: What is AWS SAM? When to use it? Why use it? link to AWS SAM playlist: ruclips.net/p/PLBh9ucDLu0ICEf-409QzWzpJ2N9K_QZo_
AWS tutorial with SAM and NodeJS | Part-10 | API Gateway, Path variable and query params with Lambda
Просмотров 551Год назад
This video is PART-10 of the series, this video covers how to create an API Gateway in the SAM template and to integrate it with the lambda function.
Solve leetcode Climbing Stairs Problem with recursive, memoization, and dynamic programming
Просмотров 105Год назад
You are climbing a staircase. It takes n steps to reach the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top?
Interview Questions | Symmetric Tree | JavaScript | NodeJS | leetcode | Trees
Просмотров 104Год назад
Given the root of a binary tree, check whether it is a mirror of itself (i.e., symmetric around its center).
Interview Questions | Binary Tree Level Order Traversal | JavaScript | NodeJS | leetcode | Trees
Просмотров 95Год назад
Given the root of a binary tree, return the level order traversal of its nodes' values. (i.e., from left to right, level by level).
Interview Questions | Convert Sorted Array to Binary Search Tree | JavaScript | NodeJS | leetcode
Просмотров 289Год назад
Given an integer array nums where the elements are sorted in ascending order, convert it to a height-balanced binary search tree.
Interview Questions | Validate Binary Search Tree | JavaScript | NodeJS | leetcode | Trees
Просмотров 134Год назад
Interview Questions | Validate Binary Search Tree | JavaScript | NodeJS | leetcode | Trees
Interview Questions | Maximum Depth of Binary Tree | DFS | JavaScript | NodeJS | leetcode | Trees
Просмотров 99Год назад
Interview Questions | Maximum Depth of Binary Tree | DFS | JavaScript | NodeJS | leetcode | Trees
Interview Questions | Merge two sorted linked list | JavaScript | NodeJS | leetcode
Просмотров 50Год назад
Interview Questions | Merge two sorted linked list | JavaScript | NodeJS | leetcode
Interview Questions | Remove Nth Node From End of List | JavaScript | NodeJS | leetcode
Просмотров 69Год назад
Interview Questions | Remove Nth Node From End of List | JavaScript | NodeJS | leetcode
Interview Questions | Longest Common Prefix | JavaScript | NodeJS | leetcode | Array problem
Просмотров 68Год назад
Interview Questions | Longest Common Prefix | JavaScript | NodeJS | leetcode | Array problem
Interview Questions | Implement strStr() | JavaScript | NodeJS | leetcode
Просмотров 54Год назад
Interview Questions | Implement strStr() | JavaScript | NodeJS | leetcode
Interview Questions | Move Zeros | JavaScript | NodeJS | leetcode | Array problem
Просмотров 64Год назад
Interview Questions | Move Zeros | JavaScript | NodeJS | leetcode | Array problem
Interview Questions | Rotate array | JavaScript | NodeJS | leetcode | Array problem
Просмотров 89Год назад
Interview Questions | Rotate array | JavaScript | NodeJS | leetcode | Array problem
Interview Questions | Remove Duplicate from sorted array | JavaScript | NodeJS | leetcode
Просмотров 84Год назад
Interview Questions | Remove Duplicate from sorted array | JavaScript | NodeJS | leetcode
AWS tutorial with SAM and NodeJS | Part-9 | Secrets Manager and code integration
Просмотров 9 тыс.2 года назад
AWS tutorial with SAM and NodeJS | Part-9 | Secrets Manager and code integration
AWS tutorial with SAM and NodeJS | Part-8 | SSM Parameter store and Parameters
Просмотров 2,4 тыс.2 года назад
AWS tutorial with SAM and NodeJS | Part-8 | SSM Parameter store and Parameters
AWS tutorial with SAM and NodeJS | Part-7 | Configure lambda | increase memory, timeout
Просмотров 3992 года назад
AWS tutorial with SAM and NodeJS | Part-7 | Configure lambda | increase memory, timeout
AWS tutorial with SAM and NodeJS | Part-6 | DynamoDB wtih Lambda - 02
Просмотров 4372 года назад
AWS tutorial with SAM and NodeJS | Part-6 | DynamoDB wtih Lambda - 02
AWS tutorial with SAM and NodeJS | Part-5 | DynamoDB wtih Lambda - 01
Просмотров 7112 года назад
AWS tutorial with SAM and NodeJS | Part-5 | DynamoDB wtih Lambda - 01
AWS tutorial with SAM and NodeJS | Part-4 | SQS wtih Lambda
Просмотров 7072 года назад
AWS tutorial with SAM and NodeJS | Part-4 | SQS wtih Lambda
AWS tutorial with SAM and NodeJS | Part-3 | Debug SAM application locally
Просмотров 7952 года назад
AWS tutorial with SAM and NodeJS | Part-3 | Debug SAM application locally
AWS tutorial with SAM and NodeJS | Part-2 | SAM template and Code explaination
Просмотров 1,1 тыс.2 года назад
AWS tutorial with SAM and NodeJS | Part-2 | SAM template and Code explaination
AWS tutorial with SAM and NodeJS | Part-1 | Build and Deploy SAM application
Просмотров 3,7 тыс.2 года назад
AWS tutorial with SAM and NodeJS | Part-1 | Build and Deploy SAM application
Create multiple Flutter application with same codebase | flutter flavor | part-2
Просмотров 9512 года назад
Create multiple Flutter application with same codebase | flutter flavor | part-2
Create multiple Flutter application with same codebase | flutter flavor | Part-1
Просмотров 4,1 тыс.2 года назад
Create multiple Flutter application with same codebase | flutter flavor | Part-1

Комментарии

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

    nice video

  • @HashirJan-ut5pt
    @HashirJan-ut5pt 4 месяца назад

    😂

  • @androidphn8911
    @androidphn8911 8 месяцев назад

    If I don't follow the rules that u show for D drive. Will it make any problem?

  • @RafikiWorks
    @RafikiWorks 8 месяцев назад

    Great video

  • @wilnerpierre2055
    @wilnerpierre2055 9 месяцев назад

    I appreciate this explanation

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

    thankyou

  • @BlueMoon-bc9uu
    @BlueMoon-bc9uu Год назад

    Too much background noise.

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

    hi @ritesh how to manage different variable/parameter for different enviroment is it possible to change while drploying

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

      if you have a single AWS account where you want to manage different environments, then in parameters define a parameter something like this, `StageName: dev` and use `!Ref StageName` function to refer to this environment

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

    Found first video which is using js for ds ❤❤

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

    how would i spoof my mac address during the initial connection

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

    Window is too small to view.

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

    Pranam sir ji. Sir ji humme v coding sikhna h, kripya humari madad kare.

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

    Please upload more videos.

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

    one think, I do not understand, we get secret n local code ?

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

      Whenever you use AWS cli or AWS SDK it uses your local configured credentials. You can set credentials in your local system by using this command : AWS configure

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

    Thanks for this, can you share the repo please ?

  • @ItsMe-sx9ck
    @ItsMe-sx9ck Год назад

    2022 still we are using ipv4

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

    Nice work ;-) Keep it.. Good luck ..

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

    why accessKeyId and secretAccessKey is not used to fetch secrets from aws secret manager?

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

      During AWS CLI setup it configures your AWS credentials, so while running SAM app you don't have to provide it again

  • @saikatmukherjee3633
    @saikatmukherjee3633 2 года назад

    it's very helpful ! would love to follow along bring another part too brother !

  • @guilhermepimenta1960
    @guilhermepimenta1960 2 года назад

    Thanks for this, can you share the repo please ?

  • @nagasrinivasvankadari1521
    @nagasrinivasvankadari1521 2 года назад

    Super confusing .The simplest thing has been told & explained ,to easily confuse people.Hate this video .

  • @sanathrao2009
    @sanathrao2009 2 года назад

    Can you please make a video on how to make whitelabel products (multiple apps) with same react native code base.

  • @maheshgantla2141
    @maheshgantla2141 2 года назад

    For creating home network without internet connection using switch, is it necessary to give gateway in network settings or not. Only IP address and subnet mask is sufficient or anything else required.

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

      gateway not required

  • @rajeshprabhu2800
    @rajeshprabhu2800 2 года назад

    Hey Ritesh, Thanks for your efforts and to the point explanations related to SAM, AWS Lambda, DynamoDB with node. Completed all the parts. You have helped people like me!

  • @rajeshprabhu2800
    @rajeshprabhu2800 2 года назад

    Hello Ritesh, Thanks for such wonderful explanations related to SAM, AWS Lambda, DynamoDB with node - Part8 Pretty helpful to newbies who are lost in this AWS ocean. Great Effort buddy!

  • @rajeshprabhu2800
    @rajeshprabhu2800 2 года назад

    Hello Ritesh, Thanks for such wonderful explanations related to SAM, AWS Lambda, DynamoDB with node - Part7 Pretty helpful to newbies who are lost in this AWS ocean. Great Effort buddy!

  • @rajeshprabhu2800
    @rajeshprabhu2800 2 года назад

    Hello Ritesh, Thanks for such wonderful explanations related to SAM, AWS Lambda, DynamoDB with node - Part6 Pretty helpful to newbies who are lost in this AWS ocean. Great Effort buddy!

  • @rajeshprabhu2800
    @rajeshprabhu2800 2 года назад

    Hello Ritesh, Thanks for such wonderful explanations related to SAM, AWS Lambda, DynamoDB with node - Part5 Pretty helpful to newbies who are lost in this AWS ocean. Great Effort buddy!

  • @rajeshprabhu2800
    @rajeshprabhu2800 2 года назад

    Hello Ritesh, Thanks for such wonderful explanations related to SAM, AWS Lambda, DynamoDB with node - Part4 Pretty helpful to newbies who are lost in this AWS ocean. Great Effort buddy!

  • @rajeshprabhu2800
    @rajeshprabhu2800 2 года назад

    Hello Ritesh, Thanks for such wonderful explanations related to SAM, AWS Lambda, DynamoDB with node - Part3 Pretty helpful to newbies who are lost in this AWS ocean. Great Effort buddy!

  • @rajeshprabhu2800
    @rajeshprabhu2800 2 года назад

    Hello Ritesh, Thanks for such wonderful explanations related to SAM, AWS Lambda, DynamoDB with node - Part2 Pretty helpful to newbies who are lost in this AWS ocean. Great Effort buddy!

  • @rajeshprabhu2800
    @rajeshprabhu2800 2 года назад

    Hello Ritesh, Thanks for such wonderful explanations related to SAM, AWS Lambda, DynamoDB with node. Pretty helpful to newbies who are lost in this AWS ocean. Great Effort buddy!

  • @adityapurohit9060
    @adityapurohit9060 2 года назад

    Bro can you help me to extend time period for my video lectures I have their tool to reset but I don't have password can you crack their reset tool. I hope you extend helping hand

  • @kettlequeen1810
    @kettlequeen1810 2 года назад

    Nice 👍

  • @kettlequeen1810
    @kettlequeen1810 2 года назад

    👏👏

  • @kettlequeen1810
    @kettlequeen1810 2 года назад

    Useful video 😊

  • @vloggerabjal645
    @vloggerabjal645 2 года назад

    Sir How to i create rider apps and driver apps and admin panel create..plz create one video and upload

    • @Riteshkant
      @Riteshkant 2 года назад

      Sure I will try this in my upcoming videos

  • @kettlequeen1810
    @kettlequeen1810 2 года назад

    👍👍

  • @kettlequeen1810
    @kettlequeen1810 2 года назад

    Nicely explained 👏

  • @poonamyadav-xv3bg
    @poonamyadav-xv3bg 2 года назад

    👍👍

  • @kettlequeen1810
    @kettlequeen1810 2 года назад

    Useful 👍

  • @kettlequeen1810
    @kettlequeen1810 2 года назад

    👍👍

  • @kettlequeen1810
    @kettlequeen1810 2 года назад

    Very useful

  • @sindhumatipanigrahi3801
    @sindhumatipanigrahi3801 2 года назад

    Well Done 👏

  • @kettlequeen1810
    @kettlequeen1810 2 года назад

    It’s Good that you are back after so long 😊

  • @katienefoasoro1132
    @katienefoasoro1132 3 года назад

    there is a different between someone who using wifi and adapter i bet? because this is my second video i have been watching but no way..

  • @nanabrice9270
    @nanabrice9270 3 года назад

    We out here in 2020

  • @chonzie2354
    @chonzie2354 3 года назад

    Thanks

  • @SaiRam-yd4px
    @SaiRam-yd4px 3 года назад

    Thanku sir

  • @JacobPhilips
    @JacobPhilips 3 года назад

    Thanks bro. This helped me big time! :)