👉 "Ogived" is a technical term in computer science, specifically used to describe an algorithm that has no time complexity. The term "ogived" comes from the Greek word "omega", which means "circle," and it describes algorithms that have a time complexity of O(1), meaning they run in linear time (i.e., constant time) without considering any additional space usage. In other words, an algorithm with O(g) time complexity is considered to be an ogived algorithm.