Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f221f9f

Browse files
committed
added 'Get Smallest Common Number' in README
1 parent 0868c0f commit f221f9f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

‎README.md‎

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
1919
- [Detect Loop](src/_DataStructures_/LinkedList/loop-in-list)
2020
- [Reverse Linked List](src/_DataStructures_/LinkedList/reverse-linked-list)
2121
- [Stack](src/_DataStructures_/Stack)
22+
2223
- [Implement Queue Using Stack](src/_DataStructures_/Stack/immitate-queue-using-stack)
2324
- [Baseball Game](src/_DataStructures_/Stack/baseball-game)
2425
- [Minimum Stack](src/_DataStructures_/Stack/min-stack)
@@ -40,6 +41,7 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
4041
- [Get Maze Path](src/_Problems_/get_subsequence)
4142
- [Get longest consecutive 1s](src/_Problems_/max-consecutive-1s)
4243
- [Get Max Char](src/_Problems_/maxchar)
44+
- [Get Smallest Common Number](src/_Problems_/get-smallest-common-number)
4345
- [Merge 2 Sorted Arrays](src/_Problems_/merge-two-sorted-arrays)
4446
- [Palindrome](src/_Problems_/palindrome)
4547
- [Product of Elements](src/_Problems_/product-of-elements)
@@ -65,9 +67,10 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
6567

6668
## CONTRIBUTION Guide
6769

68-
It's great to know that you want to contribute to this repo. Thanks for taking interest. Before you start, read the following carefully.
70+
It's great to know that you want to contribute to this repo. Thanks for taking interest. Before you start, read the following carefully.
6971

7072
- When adding a new **problem** with solution
73+
7174
- Take care of the filename convention (Very Important)
7275
- Problem statement should be there with examples
7376
- Make sure you add the Run Time complexity of your solution
@@ -76,7 +79,8 @@ It's great to know that you want to contribute to this repo. Thanks for taking i
7679
- Strictly follow ESLINT rules
7780

7881
- When adding a Unit Test
82+
7983
- Take care of the file name convention
8084
- Make sure CI (Travis) is passing
81-
82-
Keep an eye on this guide, it's subjected to change frequently.
85+
86+
Keep an eye on this guide, it's subjected to change frequently.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /