Nandeshwar Sah
Nandeshwar Sah
  • 218
  • 13 730
LeetCode: 35. Search Insert Position (Golang & Java)
Problem: search insert position
Difficulty Level: Easy
Algorithm: Binary Search
Programming Languages: Golang & Java
Переглядів: 24

Відео

LeetCode: 138. Copy List with Random Pointer (Golang & Java)
Переглядів 52Місяць тому
Problem: copy list with random pointer Difficulty level: Medium Algorithm: Approach1 using map with additional space, Approach 2: no additional space but needs 3 pass Programming Language: Golang & Java
System Design 5: Google Map
Переглядів 38Місяць тому
Problem: Design google map I have talked about functional and non functional requirements and basic flow to design google map
LeetCode: 743. Network Delay Time
Переглядів 45Місяць тому
Problem: Network Delay Time Difficulty Level: Medium Algorithm: dijkstra's algorithm - graph Programming Language: Golang & Java
LeetCode: 34. Find First and Last Position of Element in Sorted Array(Golang & Java)
Переглядів 88Місяць тому
Problem: find first and last position of element in sorted array Difficulty Level: Medium Algorithm: Binary Search Programming Languages: Golang & Java
Golang Champion: cross compile code with go enabled=1 using mac
Переглядів 25Місяць тому
env GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build cmd/myprj/main.go (one time installed in mac for cgo enabled=1) brew install FiloSottile/musl-cross/musl-cross env GOOS=linux GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-linux-musl-gcc CXX=x86_64-linux-musl-g go build -ldflags "-linkmode external -extldflags -static" cmd/myprj/main.go mv main myprj.lnx
System Design 4: YouTube
Переглядів 722 місяці тому
System Design: UA-cam - new concept - Kafka, data streaming, video encoder, CDN, Load Balancer, Horizontal Scaling
LeetCode: 875. Koko Eating Bananas (Golang & Java)
Переглядів 172 місяці тому
Problem: Koko Eating Banans Difficulty Level: Medium Algorithm: Binary Search Programming Languages: Golang & Java
LeetCode: 74. Search a 2D Matrix (Golang &Java)
Переглядів 322 місяці тому
Problem: Search 2D Matrix Difficulty Level: Medium Solution: binary search technique Programming Languages: Golang & java
System Design 3: What's app
Переглядів 912 місяці тому
What's system design. concept of web socket, CDN, ACK message facts about data
LeetCode: 85. Maximal Rectangle (Goalng & Java)
Переглядів 332 місяці тому
Problem: Maximal rectangle Difficulty Level: Hard Algorithm: depends on max rectangle in histogram. watch that video to understand this. here is link ua-cam.com/video/mdFt_zHOC0A/v-deo.html Programming Language: Golang & Java
System Design 2: Twitter
Переглядів 512 місяці тому
functional and non-fucntional requirement for twitter Database sharding redis elastic search read replica
LeetCode: 84. Largest Rectangle in Histogram
Переглядів 832 місяці тому
Problem: Largest Rectangle in Histogram Difficulty Level: Hard Algorithm: use of stack. find smallest element in left, find next smallest element in right Programming Language: golang & java
system desgin 1: Web Crawler
Переглядів 732 місяці тому
I have talked about different process of designing web crawler. I have given details about space utilization. I have talked about non-functional requirements such as horizontal scaling and fa ew data structures like hash map, bloom filter.
LeetCode: 32. Longest Valid Parentheses (Golang & Java)
Переглядів 333 місяці тому
Problem: longest valid parentheses Difficulty Level: Hard Algorithm: 1st approach 2 pass with iteration && 2nd approach using stack Programming Languages: Golang & Java
LeetCode: 853. Car Fleet (Golang & Java)
Переглядів 623 місяці тому
LeetCode: 853. Car Fleet (Golang & Java)
LeetCode: 150. Evaluate Reverse Polish Notation (Golang & Java)
Переглядів 273 місяці тому
LeetCode: 150. Evaluate Reverse Polish Notation (Golang & Java)
LeetCode: 155. Min Stack (Golang)
Переглядів 263 місяці тому
LeetCode: 155. Min Stack (Golang)
LeetCode: 30. Substring with Concatenation of All Words (golang & Java)
Переглядів 363 місяці тому
LeetCode: 30. Substring with Concatenation of All Words (golang & Java)
LeetCode: 29. Divide Two Integers(Golang & Java)
Переглядів 183 місяці тому
LeetCode: 29. Divide Two Integers(Golang & Java)
LeetCode: 28. Find the Index of the First Occurrence in a String (Golang & Java)
Переглядів 113 місяці тому
LeetCode: 28. Find the Index of the First Occurrence in a String (Golang & Java)
LeetCode: 739. Daily Temperatures (Golang & Java)
Переглядів 223 місяці тому
LeetCode: 739. Daily Temperatures (Golang & Java)
LeetCode: 27. Remove Element (Golang & Java)
Переглядів 253 місяці тому
LeetCode: 27. Remove Element (Golang & Java)
LeetCode: 567. Permutation in String (Golang & Java)
Переглядів 323 місяці тому
LeetCode: 567. Permutation in String (Golang & Java)
LeetCode: 60. Permutation Sequence(Golang & Java)
Переглядів 193 місяці тому
LeetCode: 60. Permutation Sequence(Golang & Java)
LeetCode: 31. Next Permutation (Golang & Java)
Переглядів 113 місяці тому
LeetCode: 31. Next Permutation (Golang & Java)
LeetCode: 46. Permutations (Golang & Java)
Переглядів 334 місяці тому
LeetCode: 46. Permutations (Golang & Java)
Golang Champion: Most common libraries in golang for production code
Переглядів 774 місяці тому
Golang Champion: Most common libraries in golang for production code
LeetCode: 26. Remove Duplicates from Sorted Array (Golang & Java)
Переглядів 354 місяці тому
LeetCode: 26. Remove Duplicates from Sorted Array (Golang & Java)
LeetCode: 36. Valid Sudoku (Golang & Java)
Переглядів 354 місяці тому
LeetCode: 36. Valid Sudoku (Golang & Java)

КОМЕНТАРІ

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

    Hi bro hru.....can we expect latast Crash Course on Golang 2025 edition....in one video....

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

    Nice, helped me a lot

  • @CindyColeman-j6f
    @CindyColeman-j6f 3 місяці тому

    Kub Ports

  • @AshishSinghh
    @AshishSinghh 3 місяці тому

    Wonderful video

  • @hamzaoutayb
    @hamzaoutayb 3 місяці тому

    sa7a respect from morocco oujda 01 malki x hamza

  • @nikhilnair1393
    @nikhilnair1393 4 місяці тому

    Thank you so much bro! so informative .... Go related information is so rare to come by

  • @nikhilnair1393
    @nikhilnair1393 4 місяці тому

    Hi Nandeshwar ..Can you also cover Go in production? like tools and scenarios?

  • @selvamp5775
    @selvamp5775 4 місяці тому

    Nice🙏

  • @selvamp5775
    @selvamp5775 4 місяці тому

    Nice👍

  • @el_aslysoufyane
    @el_aslysoufyane 4 місяці тому

    great resource to learn

  • @nikhilnair1393
    @nikhilnair1393 5 місяців тому

    nice

  • @nikhilnair1393
    @nikhilnair1393 5 місяців тому

    nice and easy!

  • @nikhilnair1393
    @nikhilnair1393 6 місяців тому

    Will you be doing DP problems too?

  • @nikhilnair1393
    @nikhilnair1393 6 місяців тому

    Bro please keep going.. Competitive programming in Golang is very rare to be found.. This coming from someone who is a production user of Go for years is a gem. Helps a lot to think in terms of Go

  • @nikhilnair1393
    @nikhilnair1393 6 місяців тому

    great explanation! Keep going

  • @vijayreddy3228
    @vijayreddy3228 6 місяців тому

    Hi nandeshwar, recently found your channel,keep up your good work. Is there any resource where i can find the implementation of the data structures and algorithms in golang instead of using any standard libraries like container/?

    • @nandeshwarsah4115
      @nandeshwarsah4115 6 місяців тому

      Hi Vijay, I will let you know if I find good resource. And leetcode has also many problems related to DS, I will add in the future.

  • @nikhilnair1393
    @nikhilnair1393 6 місяців тому

    Hi bro ..Please try to upload solutions to all leetcode questions atleast medium to hard level in Golang ..Also is it possible to do competitve coding in Golang?? I am aware the upper hand C++ has due to its library and support. What do you think?

    • @nandeshwarsah4115
      @nandeshwarsah4115 6 місяців тому

      I am targeting 200 -400 leetcode problems first, then keep working on other leetcode problems under new playlist. Golang is great language with its in-built library. C++ will be winner in embedded programming for the runtime speed. I say Golang is great for concurrency and micro services and for cloud. Thanks to everyone for liking my videos.

  • @nikhilnair1393
    @nikhilnair1393 6 місяців тому

    Never seen something like this for Golang! ..Thanks a lot... I was struggling to think in Golang terms

  • @AshishSinghh
    @AshishSinghh 7 місяців тому

    keep going

  • @AshishSinghh
    @AshishSinghh 7 місяців тому

    love you bro

  • @kirakira160
    @kirakira160 7 місяців тому

    You are gold and gold content keep going don't stop please golang!💪💪💪

  • @AshishSinghh
    @AshishSinghh 7 місяців тому

    good going bro

  • @AbhishekSanjaySonawane
    @AbhishekSanjaySonawane 7 місяців тому

    One of the best videos to get started with gRPC. Thanks Nandeshwar!

  • @AshishSinghh
    @AshishSinghh 8 місяців тому

    it seems I am your only admirer, good going bro. keep it up

  • @AshishSinghh
    @AshishSinghh 10 місяців тому

    Good video

  • @TechDoctorMalayalam
    @TechDoctorMalayalam 10 місяців тому

    Useful

  • @AdventurewithSneha
    @AdventurewithSneha 10 місяців тому

    Very good

  • @VthePeople4156
    @VthePeople4156 10 місяців тому

    What is d demand in US for golang

  • @VthePeople4156
    @VthePeople4156 10 місяців тому

    Bro ,may I now end to end syllabus about golang Like where to start & where to end

    • @nandeshwarsah4115
      @nandeshwarsah4115 10 місяців тому

      Golang for kids is basic go and must to know. Golang for champion contains advance knowledge used in many projects.

  • @VthePeople4156
    @VthePeople4156 10 місяців тому

    Hi bro I want to learn golang Please guide me how start & how to fallow ur videos..... Arrange all playlist...i am getting little bit confusing how to fallow... videos

    • @nandeshwarsah4115
      @nandeshwarsah4115 10 місяців тому

      There are different playlists: www.youtube.com/@nandeshwarsah4115/playlists

    • @nandeshwarsah4115
      @nandeshwarsah4115 10 місяців тому

      playlist: 1. golang for kids for beginners 2. logic-building for advanced programmer

    • @VthePeople4156
      @VthePeople4156 10 місяців тому

      @@nandeshwarsah4115 R u Covered everything about about golang ....in that golang playlist....

    • @nandeshwarsah4115
      @nandeshwarsah4115 10 місяців тому

      I have to add many videos in playlist Golang for kids . I will try to put few videos every week.

    • @VthePeople4156
      @VthePeople4156 10 місяців тому

      @@nandeshwarsah4115 If I fallow your golang for kids playlist it is enough .... To get job How many years of experience i can claim if I fallow & practice ur playlist....

  • @TechDoctorMalayalam
    @TechDoctorMalayalam 10 місяців тому

    Useful

  • @AshishSinghh
    @AshishSinghh 11 місяців тому

    Good going bro 👍

  • @AshishSinghh
    @AshishSinghh Рік тому

    Good going bro, commenting here to give you motivation. you are doing really good job. There are really few youtuber who code in golang

  • @AshishSinghh
    @AshishSinghh Рік тому

    Keep going bro. I like your videos. One of your subscriber

  • @AshishSinghh
    @AshishSinghh Рік тому

    Thanks for the video man. Love it 🥰

  • @codingedtech
    @codingedtech Рік тому

    do you have any source golang and redis as database?? and how to make an api that will save data to redis database in golang

  • @spandansah
    @spandansah 2 роки тому

    He will soon

  • @sachinjain3833
    @sachinjain3833 2 роки тому

    Thanks. This is exactly what I am looking for. Thank you so much

  • @djanupamdas
    @djanupamdas 2 роки тому

    The effort is good. But before publishing the video, please keep your fundamentals clear

  • @veereshpatel.46
    @veereshpatel.46 2 роки тому

    Please do next video

  • @veereshpatel.46
    @veereshpatel.46 2 роки тому

    We waiting for next video's

  • @veereshpatel.46
    @veereshpatel.46 2 роки тому

    Please continue the series

    • @nandeshwarsah4115
      @nandeshwarsah4115 2 роки тому

      Due to Covid situation, I could not add videos in last month. But I will continue adding videos in every week. Thanks

  • @nandeshwarsah4115
    @nandeshwarsah4115 3 роки тому

    You can find the image in docker hub. hub.docker.com/r/nandeshwar/quote-app

  • @spandansah
    @spandansah 3 роки тому

    hi

  • @snehasah6743
    @snehasah6743 3 роки тому

    Cool😀😃😄😁😆🙃🙂😉😊😇🥰😍🤩😘😗☺😚😙

  • @snehasah6743
    @snehasah6743 3 роки тому

    Omg this is so helpful because I almost know the whole script

  • @YadabRajOjha
    @YadabRajOjha 3 роки тому

    Great job, Nadeshwor San

  • @arjunrokaya133
    @arjunrokaya133 3 роки тому

    nice videos.... really helpful......

  • @jnbkt
    @jnbkt 3 роки тому

    Great job

  • @SantoshKarna
    @SantoshKarna 3 роки тому

    great Sir