Commit Graph

23 Commits

Author SHA1 Message Date
Hardik Pawar
6545688555 Enhance docs, add tests in CircularQueue (#6015) 2024-10-26 06:18:56 +00:00
Hardik Pawar
9fb8192356 Add QueueByTwoStacks algorithm (#5623) 2024-10-08 00:24:57 +03:00
Alex Klymenko
5149051e95 refactor: LinkedQueue (#5352) 2024-08-21 20:39:09 +03:00
Alex Klymenko
39ecf70857 refactor: GenericArrayListQueue (#5355) 2024-08-21 16:55:36 +03:00
Alex Klymenko
a03353d3d3 refactor: Deque (#5353) 2024-08-21 13:39:01 +03:00
Alex Klymenko
e756a7d2d5 refactor: CircularQueue (#5354) 2024-08-21 13:26:21 +03:00
Alex Klymenko
8712a7f405 refactor: Queue (#5348) 2024-08-20 00:03:19 +03:00
Samuel Facchinello
87b17e0571 style: enable NeedBraces in checkstyle (#5227)
* enable style NeedBraces

* style: enable NeedBraces in checkstyle

---------

Co-authored-by: Samuel Facchinello <samuel.facchinello@piksel.com>
2024-06-13 21:00:16 +02:00
Piotr Idzik
493942e319 style: include IT_NO_SUCH_ELEMENT (#5200) 2024-06-05 02:24:38 +05:30
S. Utkarsh
a6e873deef style: enable MemberName in checkstyle (#5193)
* style: enable MemberName in checkstyle

* style: simply uncomment `MemberName`

---------

Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
2024-05-29 20:44:14 +00:00
Godwill Christopher
0f42e995a4 style: enabled InnerAssignment in checkstyle (#5162)
* style: enabled InnerAssignment in checkstyle

* Refactor code formatting in KnapsackMemoization.java and UnionFind.java

* style: remove redundant blank line

* style: mark `includeCurrentItem` and `excludeCurrentItem` as `final`

* style: remove `KnapsackMemoization` from `pmd-exclude.properties`

* style: use `final`

---------

Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
2024-05-16 16:46:03 +00:00
Piotr Idzik
d3bb691f59 style: enable HideUtilityClassConstructor in checkstyle (#5147) 2024-05-08 09:58:29 +03:00
Piotr Idzik
b3903f5768 style: enable RedundantModifier in checkstyle (#5140) 2024-05-03 22:10:49 +03:00
Anuj Rathour
ced9678699 Update queue readme (#4721) 2023-10-09 18:33:34 +03:00
Aman
06aa834fa6 Enhance queue README.md (#4710) 2023-10-08 10:47:35 +03:00
acbin
415a04ea7f Add automatic linter (#4214) 2023-06-09 20:05:14 +08:00
acbin
00282efd8b style: format code (#4212)
close #4204
2023-06-09 18:52:05 +08:00
Saurabh Rahate
ad72c28d91 Remove unnecessary code (#4141) 2023-04-03 22:35:59 +08:00
Kumaraswamy B G
3e9dd776e5 Make LinkedQueue generic (#3909) 2023-03-05 19:08:42 +00:00
PuneetTri
5512fea0a8 Improve priority queues with max-heap (#3648) 2022-12-13 20:02:15 +02:00
acbin
e96f567bfc Format code with prettier (#3375) 2022-10-03 17:23:00 +08:00
FyZhu97
6c00beec90 Fix NoClassDefFoundError exception (#2838)
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
2021-11-23 08:55:24 +02:00
Aitor Fidalgo Sánchez
9fb3364ccc Change project structure to a Maven Java project + Refactor (#2816) 2021-11-12 08:59:36 +02:00