코딩Coding/알고리즘♡Algorithm♡
-
Tree (root, parent, leaf)코딩Coding/알고리즘♡Algorithm♡ 2023. 4. 24. 20:41
Each node in the tree can be connected to many children (depending on the type of tree), but must be connected to exactly one parent,[1] except for the root node, which has no parent. leaf leaf leaf leaf(children) \/ \/ parent parent \/ root https://en.wikipedia.org/wiki/Tree_(data_structure) Tree (data structure) - WikipediaFrom Wikipedia, the free encyclopedia Abstract data type simulating a h..
-
Asymptotic analysis코딩Coding/알고리즘♡Algorithm♡ 2023. 4. 21. 17:16
Asymptotic analysis https://en.wikipedia.org/wiki/Asymptotic_analysis Asymptotic analysis - Wikipedia From Wikipedia, the free encyclopedia Description of limiting behavior of a function This article is about the behavior of functions as inputs approach infinity or some other limit value. For asymptotes in geometry, see Asymptote. In mathematical analysis, en.wikipedia.org
-
-
MIT❤️알고리즘 강의 Introduction to Algorithms, Spring 2020코딩Coding/알고리즘♡Algorithm♡ 2023. 2. 16. 13:44
MIT 6.006 Introduction to Algorithms, Spring 2020 https://youtube.com/playlist?list=PLUl4u3cNGP63EdVPNLG3ToM6LaEUuStEY MIT 6.006 Introduction to Algorithms, Spring 2020 Instructor: Prof. Erik Demaine, Dr. Jason Ku, Prof. Justin Solomon View the complete course: https://ocw.mit.edu/6-006S20 YouTube Playlist: https://www.youtu... www.youtube.com