MAMohammad Abu Hossaininmahossain.hashnode.dev·Dec 14, 2022 · 15 min readLinked List : newbies with JavaScriptWhat is a linked list? In the data structure, linked lists are a popular and important DSA. It is a linear data structure. A linked list is utilized to store various objects of similar types of data. Also, it is a collection of independent nodes that...00
MAMohammad Abu Hossaininmahossain.hashnode.dev·Nov 30, 2022 · 5 min readBig 0 Notation and performanceBig O notation: What is big O notation ? It is a very interesting question for the programming world. Here I will explain in detail my knowledge of the subject of big O notation and its performance. In a short description, the big ‘oh’ is the ratio...00