PinnedSalma HanaRecursive algorithmOne of the commonly used algorithms is the recursive algorithm. Not only is it used in computer science, it can also be applied in real…Dec 11, 2022Dec 11, 2022
Salma HanaMastering Linked List in Data StructureA linked list is a linear data structure that stores values inside of it. It consists of nodes and links. The nodes store values while the…Sep 27Sep 27
Salma HanaInsertion SortInsertion sort is a sorting algorithm that sorts an array based on comparison between elements of the array.Jun 8Jun 8
Salma HanainTowards DevBasic idea of Object Oriented Programming (OOP) in c++Oop also called object oriented programming is a type of programming concept used in c++ and multiple other programming languages. It is…Jan 10Jan 10
Salma HanaAdvice To newcomers in Computer Science- Cairo UniversityStarting university, especially a one that you like, is like a dream come true. It opens a lot of new opportunities and you get to meet new…Sep 28, 2023Sep 28, 2023
Salma HanaAll about STL in C++C++ like other programming languages have libraries that can help us in programming. One of these libraries is called The Standard Template…Jun 5, 2023Jun 5, 2023
Salma HanaCloud ComputingCloud Computing is hardware or IT services that are provided over the internet. Such as storage, computing power etc.May 4, 2023May 4, 2023