Dealing with basic data structures in Python: stacks and queues.
Category: PythonTags: algorithms, data structures, hackerrank, palindromes, puzzles, Python, queues, stacks
Creating a linked list.
Category: PythonTags: challenge, code, coding, computer science, hackerrank, object, oriented, programming, Python