Skip to content
This repository was archived by the owner on Aug 28, 2022. It is now read-only.

Commit b3d5ba3

Browse files
committed
Restructuring the repo IV
1 parent 5f038a0 commit b3d5ba3

File tree

14 files changed

+6
-217
lines changed

14 files changed

+6
-217
lines changed

.github/ISSUE_TEMPLATE/New-Submission.yml

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ body:
5050
- label: c
5151
- label: python
5252
- label: java
53+
- label: kotlin
5354
- label: javascript
5455
- label: typescript
5556
- label: c#
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

DOCUMENTATION.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@
4040
| php | [Github](https://github.com/ahampriyanshu/algo_ds_101/blob/main/folder/subfolder/filename.ext) | [Raw](filename.php)
4141
| go | [Github](https://github.com/ahampriyanshu/algo_ds_101/blob/main/folder/subfolder/filename.ext) | [Raw](filename.go)
4242
| scala | [Github](https://github.com/ahampriyanshu/algo_ds_101/blob/main/folder/subfolder/filename.ext) | [Raw](filename.scala)
43-
| swift | [Github](https://github.com/ahampriyanshu/algo_ds_101/blob/main/folder/subfolder/filename.ext) | [Raw](filename.swift)
43+
| swift | [Github](https://github.com/ahampriyanshu/algo_ds_101/blob/main/folder/subfolder/filename.ext) | [Raw](filename.swift)
44+
| haskell | [Github](https://github.com/ahampriyanshu/algo_ds_101/blob/main/folder/subfolder/filename.ext) | [Raw](filename.haskell)
45+
| bash | [Github](https://github.com/ahampriyanshu/algo_ds_101/blob/main/folder/subfolder/filename.ext) | [Raw](filename.bash)
46+
| kotlin | [Github](https://github.com/ahampriyanshu/algo_ds_101/blob/main/folder/subfolder/filename.ext) | [Raw](filename.kotlin)

Data-Structures/Queue/Priority-Queue/PriorityQueue.cpp

-88
This file was deleted.

Data-Structures/Queue/Priority-Queue/PriorityQueue.py

-39
This file was deleted.

Data-Structures/Queue/Priority-Queue/priorityQueue.cpp

-88
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* [Algorithms](Algorithms/)
1010
* [Maths And Stats](Maths/)
1111
* [STL](STL/)
12-
* [Collections](Collections/)
12+
* [Collection](Collection/)
1313

1414
## HacktoberFest 2021
1515

0 commit comments

Comments
 (0)