solutions.py
57 subscribers
206 photos
183 links
admin: @Xojarbu
Download Telegram
#dp
Title: Triangle
URL: leetcode
Level: medium
Time complexity: O(n^2)
! not my own solution
#linked_list
Title: Interleaved Linked List
URL: binarysearch.com
Level: medium
#linked_list
Title: A Strictly Increasing Linked List
URL: binarysearch.com
Level: easy
Title: Nth Fibonacci Number
URL: binarysearch.com
Level: easy
Title: Interleaved String
URL: binarysearch.com
Level: easy
#two_pointers
Title: Check Palindrome
URL: binarysearch.com
Level: Easy
#two_pointers
Title:3Sum
URL:
leetcode
Level: Medium
#two_pointers
Title: Sum of Three Numbers
URL:
binarysearch.com
Level: Medium
#strings
Title: 387. First Unique Character in a String
URL: leetcode.com
Level: Easy
github
#arrays
Title: 73. Set Matrix Zeroes
URL: leetcode.com
Level: Medium
github

Not best solution yet, still works
#arrays #binary_search
Title: 704. Binary Search
URL: leetcode.com
Level: Easy
github
#arrays #hash_table
Title: 599. Minimum Index Sum of Two Lists
URL: leetcode.com
Level: Easy
github
#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
#arrays
Title: 88. Merge Sorted Array
URL: leetcode
Level: Easy🙃
#arrays
Title: Count Common Words With One Occurrence
URL: leetcode
Level: Easy
github
#arrays
Title: 485. Max Consecutive Ones
URL: leetcode
Level: Easy
github