Anyone is able to fix it , what am I doing wrong ?
For me is_palindrome_fixed and StackFixed are accepted, dijkstra_fixed and DoublyLinkedListFixed are rejected. All problems pass all tests when running in the notebook. I tried Rebooting, Updating the work space, I remove all extra cells, I saved the notebook. Makes no difference. What else can I try?
Use the File menu to rename your current notebook.
Use the Lab Help tool and use the “Get latest version” command.
Then exit and restart the lab.
The “Lab Help” tool is the question-mark inside a circle, in the upper right corner of your browser.
Tips:
Do not use your original file for anything except reference - do not copy-and-paste anything from it except for just the code you added to the marked locations in the file.
Be extremely careful that you do not modify anything outside of the areas marked for your code.
Before you submit for grading, restart the kernel and run all of the cells again, starting from the top. Verify that all your results match the expected values.
Note that the “Get latest version” tool will only replace missing files - it will not overwrite any existing file. This is why you must rename (or delete) your original notebook.