Главная

coding LeetCode but only in assembly




Video quality The size Download

Информация о coding LeetCode but only in assembly


Название :  coding LeetCode but only in assembly
Продолжительность :   15.20
Дата публикации :  
Просмотров :   115 rb


Кадры coding LeetCode but only in assembly





Описание coding LeetCode but only in assembly



Коментарии coding LeetCode but only in assembly



George Smart, M1GEO
Very nicely done! 👌
Comment from : George Smart, M1GEO


Rahul Panchal
i request o(0) solution
Comment from : Rahul Panchal


Joshua Rose
"So now we allocate RAX to stack, pretty simple"brMe: 👁👄👁️
Comment from : Joshua Rose


Robert Herrera
what a cool idea! great job!!
Comment from : Robert Herrera


Liberate mi
Love this - pleased to see younger developers with such enthusiasm for lower level development skills
Comment from : Liberate mi


Robert Hickman
Wander if a 'dumb' SIMD solution could beat everyone? What about unrolling the loops?
Comment from : Robert Hickman


Діма Красько
Can you do some harder problem in assembly? You did easy one and my mind already blown
Comment from : Діма Красько


Mdev
Inline assembly is hell
Comment from : Mdev


Szilágyi Miklós
Now I remember how I used to look at code with 0 programming experience
Comment from : Szilágyi Miklós


Hans Isbrücker
This was easier to follow than I imagined 😁👍
Comment from : Hans Isbrücker


Alexandro Hdez
👏👏👏👏
Comment from : Alexandro Hdez


Jong Xina
You didnt need a hashmap, an array with 2^32 entries would ve been enough and definitely easier to do on asm
Comment from : Jong Xina


G
Lets see Leetcode problem 420 in assembly!
Comment from : G


Ukpa Uchechi
i already love this and i haven't even watched it😄
Comment from : Ukpa Uchechi


callous21
What kind of job does this knowledge get you and does it pay well?
Comment from : callous21


DTorange1
imagine u r writing this code in interview Easy offer xD
Comment from : DTorange1


i
whyyyyyy
Comment from : i


Zach Manifold
att syntax gang
Comment from : Zach Manifold


Wander
Isn't calling malloc kinda cheating?
Comment from : Wander


aqua
Leetccode machune code, when?
Comment from : aqua


無叉叉
lol
Comment from : 無叉叉


ChrisM541
Very, very impressive, and excellent to see some real(!!) assembly skills on youtube You would have liked the 80's and 90's 'golden era' for assembly coders, certainly from a game making perspective Things have certainly moved far with CPU instruction sets, but reassuring to see so much familiarity with those opcodes and concepts Subbed
Comment from : ChrisM541


Ari Archer
This asm can be optimised more
Comment from : Ari Archer


danmuji
interviewer: can you solve this problem?brbrno one: sure, my language of choice is assembly
Comment from : danmuji


Moon Shadow
i just can say you are doing a wonderful job , you are on another level
Comment from : Moon Shadow


JG
#LowLevelMafia #AssemblyGrindset 😤
Comment from : JG


Yuriorkis Scream
Great job! The power of assembly at his best!
Comment from : Yuriorkis Scream


Tommy Huffman
Not all heroes wear capes
Comment from : Tommy Huffman


Aditya Jha
i thought i will try my best to understand but it went completely somewhat my head
Comment from : Aditya Jha


Yash Shah
My brain wants to explode by I continued watching
Comment from : Yash Shah


R&G
Hell no
Comment from : R&G


Avana
Now, because your code only runs in O(n^2), please submit the O(1) solution before we can accept your code as a valid solution
Comment from : Avana


CrjaseMechaEngr
danger to humanity, you arebr- Master Oogway
Comment from : CrjaseMechaEngr


Kevin Naughton Jr
when i think too much about how computers work it hurts my head, great work!
Comment from : Kevin Naughton Jr


Lascivo Fish
Goddamn managing bytes is insane
Comment from : Lascivo Fish


M R
Amazing video! Doing ASM this semester and loving it We are doing dbl precision fp and bit wise ops right now Just got done creating custom functions and c function calls Love this class it’s fun
Comment from : M R


Smite Bostil
Insane Mode would be manually inputting eletrical charges(0 n 1) at your processor to use the asm codes
Comment from : Smite Bostil


Max
Please do a coding interview and pull out assembly
Comment from : Max


N00byEdge
"We''re gonna set up the stack frame by pushing rbx"brYeah sure bro 😂brbrAnyways, would have been cool if you had solved this using rep scasd or even simd, oh well
Comment from : N00byEdge


Charanpreet Singh

Comment from : Charanpreet Singh


For the Omnissiah
Using n^2 solution and it's in the top 10 Damn
Comment from : For the Omnissiah


Krisztian Kovacs
Thank you so much! :) Any tips/recommendations on low level language courses or tutorials?
Comment from : Krisztian Kovacs


Thomas Deniffel
I love the video It would have benefited even more, if you didn't prepare the algorithm, but implemented it live with all the iterations and bug fixing I already understand every command but have the most trouble "interacting" with assembly while developing
Comment from : Thomas Deniffel


jasneet
Tbh I can code the O(n^2) solution too in assembly Implementing a hashtable, linked list, malloc etc is too much work for O(n) solution
Comment from : jasneet


hampuztt
You should post the code as "easy to understand and fast solution"
Comment from : hampuztt


Fire Snake
I'm stuck, I've been looking for a good resource to learn c and assembly , can u help me plz?
Comment from : Fire Snake


John Sherfey
I've been trying to do leet code in assembly, I use it mainly for the challenges that need you to make some math operators But also used it for quick text windowing in such, or if I need to brute force something
Comment from : John Sherfey


DG
Damn I am know several programming languages, and this felt like foreign lingo to me
Comment from : DG


Nempk1
AT&T syntax >>> all
Comment from : Nempk1


Whitequill Riclo
I can't decide if I should or shouldn't call out that this isn't pure asm as they variables at the top are C variables as in assembly "int" is an interrupt
Comment from : Whitequill Riclo


WKND
love your videos its always a fun learning experience keep it on
Comment from : WKND


tablet tablete
Any book or any material really for recommendation?
Comment from : tablet tablete


James R T
Eyy fellow Intel syntax enjoyer! :D
Comment from : James R T


MobSlicer152
fuck yeah
Comment from : MobSlicer152


Phil Toa
So cool !
Comment from : Phil Toa


Shreyas N
Want to learn this solution just for giggles during an interview
Comment from : Shreyas N


SP3CT3R
he is a literal chad🔥🔥
Comment from : SP3CT3R


Matrix Myth
Hello LLL team, can you guys make a full tutorial for writing assembly code for ARM and arm64 CPU? I want to know more in depth knowledge how loader loads the program in memory and how all the sections are prepared before running main()
Comment from : Matrix Myth


Anony Mousse
This is pretty cool, though if you wanted to make it easier to follow I'd do it outline instead and get syntax highlighting I prefer nasm syntax over gas Intel, but at least you didn't do it with AT&T syntax That would've been the worst
Comment from : Anony Mousse


Handsome_Hero
Well done! I couldn't even do them in Python
Comment from : Handsome_Hero


Félix AG
👍
Comment from : Félix AG


Stephen G
I'm going to be honest, I could barely follow that I still subscribed
Comment from : Stephen G


Vladislav Lebedev
I'm not sure there are solutions with hashmap in C on LeetCode
Comment from : Vladislav Lebedev


William Drum
Something that has annoyed me for a very long time is the brackets when using LEA I find it very misleading since no dereferencing is actually taking place The Motorola 68000 does the same thing with its LEA instruction
Comment from : William Drum


William Drum
I tried this last year for advent of code Unfortunately I was using the Amstrad CPC which is only an 8-bit cpu Most of the questions required way more than 64k of ram to solve
Comment from : William Drum


guttural truth
Only beating 90 of the other answers? There has to be some witchery involved here
Comment from : guttural truth


Eric McDaniel
Write a version in Assembly using a custom, barebones implementation of the hashtable data structure and see if you can get 100 on LeetCode!
Comment from : Eric McDaniel


Abdulfatah Alturshani
From the title I knew ur doing something I did sometime ago, just to prove I did 64-bit signed floating point multiplication
Comment from : Abdulfatah Alturshani


HaibaoM
Now, that's low level
Comment from : HaibaoM


Pinaki Gupta
Assembly is alien to me However, I appreciate what you did here
Comment from : Pinaki Gupta


Viktor Eidrien
any recommendations to learn assembly like this?
Comment from : Viktor Eidrien


Hype_Incarnate
As a noob that does web dev assembly is full of mind bending stuff you have to know
Comment from : Hype_Incarnate


Majkieboy
Well done, very informative!
Comment from : Majkieboy


Görkem Yiğit
wow, watching this just a week after the infamous bomb lab Good job mate
Comment from : Görkem Yiğit


LogicEu
Thank you for this
Comment from : LogicEu


Kalkidan Yishak
Assembly?😵
Comment from : Kalkidan Yishak


LoLTiger
such a interesting video never would I in a million years expect someone to do twosum in assembly great job!
Comment from : LoLTiger


Pedro Moreira
cool but why not at&t sintax?
Comment from : Pedro Moreira


dandn
we humbly request the o(n) solution
Comment from : dandn


Ac3_Train3r_Blak3
never seen someone use "ii" for the inner loop haha, very cool though! I'll pretend I followed most of it 🙃
Comment from : Ac3_Train3r_Blak3


davidgomez79
Great video!
Comment from : davidgomez79


aryabp
coolbeans
Comment from : aryabp


G-nonymous Gems
This video was more informative than my professor who taught for a semester
Comment from : G-nonymous Gems


Kushal Kumar Kasina
AWESOME!!!
Comment from : Kushal Kumar Kasina



Похожие на coding LeetCode but only in assembly видео

Coding for Kids |What is coding for kids? | Coding for beginners | Types of Coding |Coding Languages Coding for Kids |What is coding for kids? | Coding for beginners | Types of Coding |Coding Languages
РѕС‚ : LearningMole
Download Full Episodes | The Most Watched videos of all time
You Can Learn MIPS Assembly in 15 Minutes | Getting Started Programming Assembly in 2021 You Can Learn MIPS Assembly in 15 Minutes | Getting Started Programming Assembly in 2021
РѕС‚ : Low Level Learning
Download Full Episodes | The Most Watched videos of all time
Program to Add Sub Mul Div Two Numbers Assembly Language | sub add mul div in assembly language- 14 Program to Add Sub Mul Div Two Numbers Assembly Language | sub add mul div in assembly language- 14
РѕС‚ : Safdar Dogar
Download Full Episodes | The Most Watched videos of all time
Learn Any Assembly Language Fast with THIS TECHNIQUE | Comparing Source Code to ARM Assembly Output Learn Any Assembly Language Fast with THIS TECHNIQUE | Comparing Source Code to ARM Assembly Output
РѕС‚ : Low Level Learning
Download Full Episodes | The Most Watched videos of all time
Assembly Programming Assembly Function Stack Frame Explained Assembly Programming Assembly Function Stack Frame Explained
РѕС‚ : SolidusCode
Download Full Episodes | The Most Watched videos of all time
Writing a Function in Assembly: Intel x86 Att Assembly Stack Part 1 Writing a Function in Assembly: Intel x86 Att Assembly Stack Part 1
РѕС‚ : Young Sloth Learning
Download Full Episodes | The Most Watched videos of all time
Total Unique Ways To Make Change - Dynamic Programming ( Total Unique Ways To Make Change - Dynamic Programming ("Coin Change 2" on LeetCode)
РѕС‚ : Back To Back SWE
Download Full Episodes | The Most Watched videos of all time
Coin Change - Dynamic Programming Bottom Up - Leetcode 322 Coin Change - Dynamic Programming Bottom Up - Leetcode 322
РѕС‚ : NeetCode
Download Full Episodes | The Most Watched videos of all time
Dynamic Programming ?| Coin Change Problem Leetcode | C++ | Java | DSA-One Course #86 Dynamic Programming ?| Coin Change Problem Leetcode | C++ | Java | DSA-One Course #86
РѕС‚ : Anuj Bhaiya
Download Full Episodes | The Most Watched videos of all time
Coin Change 2 - Dynamic Programming Unbounded Knapsack - Leetcode 518 - Python Coin Change 2 - Dynamic Programming Unbounded Knapsack - Leetcode 518 - Python
РѕС‚ : NeetCode
Download Full Episodes | The Most Watched videos of all time