solutions.py
57 subscribers
206 photos
183 links
admin: @Xojarbu
Download Telegram
#linked_list
Title: Remove Duplicates in Linked List
URL: binarysearch
Level: Medium
! the code can be more simplified here
#linked_list
Title: Linked List Jumps
URL: binarysearch
Level: Easy
#linked_list #fast_slow
Title: Kth Last Node of a Linked List
URL: binarysearch
Level: Medium
#linked_list
Title: Interleaved Linked List
URL: binarysearch.com
Level: medium
#linked_list
Title: A Strictly Increasing Linked List
URL: binarysearch.com
Level: easy
#linked_list
Title: Linked List Deletion
URL: binarysearch.com
Level: Easy
github
#linked_list
Title: Linked List Delete Last Occurrence of Value
URL: binarysearch.com
Level: Medium
github
#linked_list
Title: 876. Middle of the Linked List
URL: leetcode
Level: Easy
github
#linked_list
Title: 2095. Delete the Middle Node of a Linked List
URL: leetcode
Level: Medium
github

It is Not the most optimal solution )
#linked_list
Title: 237. Delete Node in a Linked List
URL: leetcode
Level: Easy
github
#linked_list
Title: 160. Intersection of Two Linked Lists
URL: leetcode
Level: Easy
source
Version 1 and Version 2
👍1
#Linked_list
Title: 86. Partition List
URL: leetcode
Level: Medium