This repository presents my level of task decisions from programming platform leetcode.
The repository contains:
- Items of task;
- Decisions of tasks;
- Tests of decisions.
These tasks can be pushed and used with any development environment that supports Java (IntellijIDEA, Eclipse, others).
Themes of tasks are the next:
- arrays;
- linked lists;
- strings;
- bit manipulation;
- binary search;
- two pointers;
- stacks;
- queues;
- hashing;
- recursions;
- heaps;
- maps;
- trees;
- greedy algorithms;
- dynamic programming;
- graphs.
- Java Core;
- jUnit.
Sergey Gromovoy