Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zolotyh-dk/data-structures-and-algorithms
Решения задач по алгоритмам и структурам данных с LeetCode
https://github.com/zolotyh-dk/data-structures-and-algorithms
algorithms-and-data-structures arrays-and-strings java leetcode sliding-window two-pointers
Last synced: 2 days ago
JSON representation
Решения задач по алгоритмам и структурам данных с LeetCode
- Host: GitHub
- URL: https://github.com/zolotyh-dk/data-structures-and-algorithms
- Owner: zolotyh-dk
- Created: 2024-03-25T06:43:16.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-11T06:42:09.000Z (9 months ago)
- Last Synced: 2024-04-11T07:48:17.290Z (9 months ago)
- Topics: algorithms-and-data-structures, arrays-and-strings, java, leetcode, sliding-window, two-pointers
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Практика решения задач с LeetCode
### 🚀 [Мой профиль](https://leetcode.com/Dmitry-Zolotyh/) на LeetCode## 1. Arrays and strings
✅ [Is Subsequence](https://github.com/zolotyh-dk/data-structures-and-algorithms/blob/f00b2c6d31083f46966936118b7666312254dab3/src/_1_arrays_and_strings/is_subsequense/description.md)
✅ [Squares of a sorted array](https://github.com/zolotyh-dk/data-structures-and-algorithms/blob/f00b2c6d31083f46966936118b7666312254dab3/src/_1_arrays_and_strings/squares_of_a_sorted_array/description.md)
✅ [Subarray Product Less Than K](https://github.com/zolotyh-dk/data-structures-and-algorithms/blob/38f49b6c80851b825b15aea686f09e884bfc7299/src/_1_arrays_and_strings/subarray_product_less_than_k/description.md)
✅ [Maximum Average Subarray I](https://github.com/zolotyh-dk/data-structures-and-algorithms/blob/529d4fec342f8f9e118f12cef9abc6d5f40b9771/src/_1_arrays_and_strings/maximum_average_subarray_I/description.md)
✅ [Max Consecutive Ones III](https://github.com/zolotyh-dk/data-structures-and-algorithms/blob/9066dbede66f60b8e27ac634e02df7a12cbce6de/src/_1_arrays_and_strings/max_consecutive_ones_III/description.md)
✅ [Running Sum of 1d Array](https://github.com/zolotyh-dk/data-structures-and-algorithms/blob/9066dbede66f60b8e27ac634e02df7a12cbce6de/src/_1_arrays_and_strings/running_sum_of_1d_array/description.md)
✅ [Minimum Value to Get Positive Step by Step Sum](https://github.com/zolotyh-dk/data-structures-and-algorithms/blob/38e7a61b29e00339b3df7d62dcba7c722b790272/src/_1_arrays_and_strings/minimum_value_to_get_positive_step_by_step_sum/description.md)
✅ [K Radius Subarray Averages](https://github.com/zolotyh-dk/data-structures-and-algorithms/blob/dacab3809aa00f51314814a5906f45aebb64072e/src/_1_arrays_and_strings/k_radius_subarray_averages/description.md)