Data-Structures-and-Algorithms icon indicating copy to clipboard operation
Data-Structures-and-Algorithms copied to clipboard

My code solution for Andrei Neagoie's online udemy course "Master the Coding Interview: Data Structures + Algorithms"

Results 2 Data-Structures-and-Algorithms issues
Sort by recently updated
recently updated
newest added

The tail attribute is not properly set if the last item is removed from the list

Removed extra/redundant line "j++" and "k++"