mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-24 22:39:52 +03:00
27 - fix description
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
This commit is contained in:
parent
f8cdb019a4
commit
2c86fbb8ab
@ -1,10 +1,9 @@
|
|||||||
/**
|
/**
|
||||||
* \file
|
* \file
|
||||||
* \brief [3. Longest
|
* \brief [27. Remove
|
||||||
* substring](https://leetcode.com/problems/longest-substring-without-repeating-characters/)
|
* element](https://leetcode.com/problems/remove-element/) solution
|
||||||
* brute force solution
|
* \details Given an array nums and a value val, remove all instances of that
|
||||||
* \details Given a string `s`, find the length of the longest substring without
|
* value in-place and return the new length.
|
||||||
* repeating characters.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user