FFatimainfatiadd.hashnode.dev·Oct 28, 2023 · 3 min readSearching AlgorithmsSearch algorithms are in high demand to handle complex programs and ever-increasing volumes of data. Learning about these search techniques is essential, as it can help us improve the performance and organization of our programs. In this article, we ...00
FFatimainfatiadd.hashnode.dev·Apr 8, 2023 · 3 min readStatic and dynamic libraries In CIn C programming, we use the sqrt function to calculate the square of a number without having to develop the function ourselves. We don’t need to rewrite the sqrt function each time we want to use it because his code already exists in math.h library,...00