Skip to content

Commit 7ff8276

Browse files
committed
update: entry in README
1 parent 62c6b71 commit 7ff8276

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ This repo contains the following sections implemented in **JavaScript**
2626

2727
Find the detailed contents and problem list here: [Table Of Contents](TOC.md)
2828

29+
## Contributors
30+
31+
| Name | Twitter | LinkedIn | Website |
32+
| ------------ | ------------------------------------------- | --------------------------------------------- | ------------------------------------------ |
33+
| Ashok Dey | [ashokdey\_](https://twitter.com/ashokdey_) | [Ashok Dey](https://linkedin.com/in/ashokdey) | [https://ashokdey.in](https://ashokdey.in) |
34+
| Ashu Deshwal | [\_TheSTL](https://twitter.com/_TheSTL_) | - | - |
35+
2936
## Contribution Guide
3037

3138
It's great to know that you want to contribute to this repo. Thanks for taking interest. please fing the [guide here](https://github.com/knaxus/problem-solving-javascript/blob/master/CONTRIBUTING.md)

TOC.md

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
- Problems
5050
- [K Largest Elements](src/_DataStructures_/Heaps/k-largest-in-array)
5151
- [K Smallest Elements](src/_DataStructures_/Heaps/k-smallest-in-array)
52+
- [Hash Table](src/_DataStructures_/HashTable)
5253

5354
### Logical Problems
5455

0 commit comments

Comments
 (0)