Skip to content

Commit d6d68d4

Browse files
author
computer0101
committed
update documentation to remove contributing guide
1 parent 1ed0932 commit d6d68d4

File tree

2 files changed

+2
-36
lines changed

2 files changed

+2
-36
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ go run graph.go traversal.go
3434
1. **algorithms** -
3535
- _01knapsack_dp_ - 0-1 Knapsack Problem using Dynamic Programming
3636
- _a_star_ -
37-
- _undirected_graph_ - A<sup>*</sup>&nbsp; Algorithm for undirected graph
37+
- _undirected_graph_ - A<sup>\*</sup>&nbsp; Algorithm for undirected graph
3838
- _activity_selection_gp_ - Activity Selection using Greedy Programming
3939
- _assembly_line_scheduling_ - Assembly Line Scheduling algorithm using Dynamic Programming
4040
- _binary_reflected_gray_codes_ - Binary Reflected Gray Codes
@@ -147,7 +147,7 @@ go run graph.go traversal.go
147147

148148
### Contribution
149149

150-
Read the [contributing guide](CONTRIBUTING.md) to see how to contribute.
150+
This repository is for learning how to implement data structures and algorithms, and since contributions of others won't really teach me how to implement it by myself, I won't be accepting any pull requests. However, feel free to fork this repo and modify the code to play around various data structures and algorithms. Moreover, while playing around the code, if you find anything unusual or wrong in the implemetation, I would highly appreciate if you create an issue on the same.
151151

152152
### License
153153

0 commit comments

Comments
 (0)