Sorting Visualizer Tutorial (software engineering project)

preview_player
Показать описание
This video is a tutorial of my Sorting Visualizer project, which visualizes the Merge Sort algorithm. This is a great software engineering project to add to your resume.

Timestamps for this video:
0:00 - Magic to blow your minds
0:23 - Introduction
1:37 - The scope of this tutorial (i.e., what we're building exactly)
2:54 - Spoiler (disclaimer)
3:19 - Continuation of the scope of this tutorial (i.e., what we're building exactly)
4:35 - Setup
6:01 - *Tutorial*
36:19 - Summary of tutorial
39:45 - Conclusion

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

Animating Merge Sort was way harder than I remembered it to be! Here are timestamps and useful links for the tutorial:

0:00 - Magic to blow your minds
0:23 - Introduction
1:37 - The scope of this tutorial (i.e., what we're building exactly)
2:54 - Spoiler (disclaimer)
3:19 - Continuation of the scope of this tutorial (i.e., what we're building exactly)
4:35 - Setup
6:01 - *Tutorial*
36:19 - Summary of tutorial
39:45 - Conclusion


clem
Автор

Thanks for making the tutorials on your projects, Really appreciate your efforts.

srijansankrit
Автор

Clement I'm glad to notice that you not only are a skilled software engineer, but your explanations are impeccable, and this makes you a great teacher too. Like button smashed!

MicheleTurchiarelli
Автор

Oh my goodness I just started making one of these myself because I was inspired by your path finding visualizer. I used react, typescript, and sass.

ethandavidson
Автор

at 9:50 to center the bars vertically you can make the .array-container { height: 100vh; display: flex; align-items: center; }

HemstitchedIrony
Автор

This is SUCH A COOL PROJECT!!! It covers a lot in order to prep for interviews and also build an APP. THANK YOU!!!

ryuseiQ
Автор

This video will definitely help some people land a job. Thank you so much!

vladimirkim
Автор

I like the fact that these aint fancy projects just simple and good

zadilkhwaja
Автор

I got a good job because of your project

luckyloops
Автор

This is the best of the best. We learn a lot from this direct coding.

ziat
Автор

Align anything to center. .container { display: flex; } .centered-item { justify-content: center; align-items: center; }

ArindamPaul
Автор

I made this myself after watching your “projects that got me into google” for some interviews. Now that the information is out for this, I feel less accomplished! Still a great video though! Hahahaha

mattmidtvedt
Автор

This is one of the best things I've ever seen Man! Its awesome! Thanks for the tutorial!🤟

legendry
Автор

You are truly an inspiration. I was able to make the other sorts myself after this video. Thank you :)

shikhabrahmachari
Автор

Thanks for sharing, I've been binging your videos and I've found them all super helpful

aspektgaming
Автор

Haven't watched the whole video but the spoiler alert made me feel less shitty ❤️🙃

kalahari
Автор

Gosh... I love that sound of cards flitting...Teach us your tricks as well!

createvmir
Автор

24:52, You call that cheating, we do it every time 😀😀😀😀😀😀😀😀😀

HansNiemann
Автор

Forked the project, can't wait to start digging. :D

adammomen
Автор

I low key just want card tutorials lol

Alfram