25d711c5d8
style: enable LocalVariableName
in CheckStyle ( #5191 )
...
* style: enable LocalVariableName in checkstyle
* Removed minor bug
* Resolved Method Name Bug
* Changed names according to suggestions
2024-05-28 20:29:28 +02:00
ea4dc15a24
style: do not suppress try
( #5167 )
2024-05-27 03:02:36 +05:30
d3bb691f59
style: enable HideUtilityClassConstructor
in checkstyle ( #5147 )
2024-05-08 09:58:29 +03:00
b3903f5768
style: enable RedundantModifier
in checkstyle ( #5140 )
2024-05-03 22:10:49 +03:00
ab371843ac
Close Scanner
to avoid resource leak ( #5077 )
2024-03-12 19:49:58 +01:00
7f9555bd94
Update stack readme.md ( #4678 )
2023-10-07 20:37:57 +03:00
26c2465328
Moved StackPostfixNotation.java from the Others section to the Stack section ( #4372 )
...
* Moved StackPostfixNotation.java from the Others section to the Stack section
* Put all stack related algo in a separate stack directory in the algorithms directory. The stack directory under data-structures now only contains various implementations of the stack data structure.
* formatted files
2023-09-18 21:27:36 +02:00
2488a2ad51
Code cleanup ( #4246 )
2023-07-22 15:23:00 +00:00
415a04ea7f
Add automatic linter ( #4214 )
2023-06-09 20:05:14 +08:00
00282efd8b
style: format code ( #4212 )
...
close #4204
2023-06-09 18:52:05 +08:00
1dc388653a
Refactor Code Style ( #4151 )
2023-04-15 11:25:54 +03:00
e96f567bfc
Format code with prettier ( #3375 )
2022-10-03 17:23:00 +08:00
10f41eeee9
Add max of mins algorithm ( #3044 )
2022-05-08 12:05:05 +03:00
d53c2cef8c
Modify singly linked list swap function to swap nodes ( #2983 )
2022-03-26 21:31:11 +02:00
4da27429c4
Add Largest Rectangle Problem ( fixes #2916 ) ( #2971 )
2022-03-14 23:19:42 +02:00
1ac1a5a6a5
Add Postfix to Infix using Stack ( fixes #2339 ) ( #2970 )
2022-03-06 08:59:45 +02:00
a30f08b8b2
Fix typo ( #2950 )
2022-02-18 21:58:22 +02:00
1f50c40e5d
Add Next Greater and Next Smaller Elements using Stack ( #2858 )
2021-12-06 22:07:26 +02:00
9fb3364ccc
Change project structure to a Maven Java project + Refactor ( #2816 )
2021-11-12 08:59:36 +02:00