Skip to content

This repository presents my level of task decisions from programming platform leetcode.

License

Notifications You must be signed in to change notification settings

Sir-Hedgehog/leetcode_tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov

leetcode_tasks

This repository presents my level of task decisions from programming platform leetcode.

Logo

Logo

Description

The repository contains:

  1. Items of task;
  2. Decisions of tasks;
  3. Tests of decisions.

Use case

These tasks can be pushed and used with any development environment that supports Java (IntellijIDEA, Eclipse, others).

Themes of tasks

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.

Used technologies

  • Java Core;
  • jUnit.

Author

Sergey Gromovoy