2 "name": "SwiftLinkedList",
4 "summary": "A linked list Implemented based on java Linked List.",
5 "description": "Linked list implementation of the List interface. In addition to the\nmethods of the List interface, this class provides access to the first\nand last list elements in O(1) time for easy stack, queue, or double-ended\nqueue (deque) creation. The list is doubly-linked, with traversal to a\ngiven index starting from the end closest to the element.",
6 "homepage": "https://github.com/Imanmf/SwiftDataStructure",
12 "mosayyebi": "iman.mosayyebi@gmail.com"
19 "git": "https://github.com/Imanmf/SwiftDataStructure.git",
22 "source_files": "LinkedList/**/*.swift",
29 "swift_version": "5.3"