Ekemini Thompsonekeminithompson.hashnode.dev·Dec 19, 2024Stack Data StructureA stack is a linear data structure that follows the Last In, First Out (LIFO) principle. The last item added to the stack is the first one removed. It supports the following primary operations: Push: Add an element to the top of the stack. Pop: Rem...data structures and algorithmstack
Sunney Soodsunneysood.hashnode.dev·Aug 24, 2024What is the Turing Test and Why It Fails in AI/ML?Understanding the Turing Test The Turing Test, proposed by British mathematician and computer scientist Alan Turing in 1950, is a measure of a machine's ability to exhibit intelligent behavior indistinguishable from that of a human. In Turing's origi...Data ScienceAI
Elom Emmanuelscansio.hashnode.dev·Aug 2, 2024My Turing Challenge Experience: A Lesson in Humility and Problem-SolvingHave you ever felt the sting of failure when you least expected it? That's exactly what happened to me during the Turing Challenge. Let me take you through my journey of overconfidence, failure, and ultimately, growth. The Problem That Humbled Me: Lo...1 likeLongest SubSequence Problem