doubly-linked-list-js
doubly-linked-list-js copied to clipboard
Modified searching and deletion
- Added support for object, string types while searching.
- Implemented the remove function.