Code Challenges

Get better at coding with practice problems.

Coding Challenges

Select a problem, write code, run test cases, and submit your solution.

Showing 19 of 355 problems

Implement the sortLinkedListValues method that sorts linked list values and returns the sorted list. Solved

Implement the reorderLinkedListValues method that reorders linked list values in first-last alternating order. Solved

Implement the intersectionLinkedListValue method that returns the first common value between two linked lists. Solved

Implement the addTwoNumbersLinkedList method that adds two numbers represented by linked lists and returns the result list. Solved