GitHub Copilot Solves Leetcode Questions With Ease - My Thoughts On Copilot

preview_player
Показать описание
GitHub Copilot was released a little while ago. It is an AI code bot that suggests lines of code as you work! In this video I talk about GitHub Copilot, show you some practical examples, and give you my opinion on it. GitHub Copilot even solves a Leetcode question with ease!

0:00 Introduction
0:27 GitHub Copilot Website
0:45 Testing it out with react button component
3:02 Implementing Bubble sort algorithm
3:31 Solving a Leetcode problem
5:53 Question for you

My Coding Gear:

My Camera Gear:

My Favorite Software:

Support Me:

Who Am I?

Connect With Me:

If you need to contact me, the best way is email. I try to respond to everyone but it may take some time!

Disclaimer: Some of the above links are affiliate links. This means I may receive a small commission at no expense to you. This allows me to continue to post videos like this one!

#copilot #github #leetcode
Рекомендации по теме
Комментарии
Автор

It would be interesting to give it some problems that it couldn't possibly have seen before. I doubt it'll be able to auto complete C code for embedded drivers or kernel modules (or something similar). Not a lot of "googleable" examples on that stuff.

tylerwillis
Автор

I bet it has memorized the leetcode solution from people that made repos with their solutions.

I would try the same experiment but instead of copying the problem statement just add a comment like "a function that solves leetcode problem 'search-insert-position'.

If it is able to do it that means it probably just memorized a ton of code and is giving you a fancy fuzzy search to it.

ricardoamendoeira