From aba0cad4e3cc9d373e12de4de55dd2c3b2c3a4b7 Mon Sep 17 00:00:00 2001 From: RISHAV KUMAR Date: Sat, 20 Jan 2018 20:04:26 +0530 Subject: [PATCH] Interview questions --- algorithms/hash-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorithms/hash-table.md b/algorithms/hash-table.md index a92aeb83..f4490a01 100644 --- a/algorithms/hash-table.md +++ b/algorithms/hash-table.md @@ -8,7 +8,7 @@ Hash Table Interview Questions on Hashing Techniques -Longest Consecutive Subsequence... +1.Longest Consecutive Subsequence... Given an array of integers, find the length of the longest sub-sequence such that elements in the subsequence are consecutive integers, the consecutive numbers can be in any order.