Skip to content

Commit cdfca59

Browse files
committed
updated README.md file
1 parent a92b24c commit cdfca59

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

scripts/README.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
11
# Leetcode-solutions
22
Solutions to over than 1800 Leetcode problems in four programming languages (C++, Python, Java, and Javascript).
3+
# How did I do it ? #
4+
- For detailed description of the problem check out my other repository [Leetcode-scraper](https://github.com/AnasImloul/Leetcode-solutions/) where I published the source code and documentation for the project.
35
# Solutions
46
### [Algorithms](./algorithms/#algorithms-solutions) ###
5-
Check out solutions to 1818problems from the Algorithms category written in ( Java, Python, C++, Javascript) .
7+
Check out solutions to 1818problems from the Algorithms category written in ( C++, Java, Python, Javascript) .
68

7-
|[0-9](./0-9/#algorithms-solutions)|[A](./A/#algorithms-solutions)|[B](./B/#algorithms-solutions)|[C](./C/#algorithms-solutions)|[D](./D/#algorithms-solutions)|[E](./E/#algorithms-solutions)|[F](./F/#algorithms-solutions)|[G](./G/#algorithms-solutions)|[H](./H/#algorithms-solutions)|[I](./I/#algorithms-solutions)|[J](./J/#algorithms-solutions)|[K](./K/#algorithms-solutions)|[L](./L/#algorithms-solutions)|[M](./M/#algorithms-solutions)|[N](./N/#algorithms-solutions)|
8-
|:--------------------------------:|:----------------------------:|:----------------------------:|:----------------------------:|:----------------------------:|:----------------------------:|:----------------------------:|:----------------------------:|:----------------------------:|:----------------------------:|:----------------------------:|:----------------------------:|:----------------------------:|:----------------------------:|:----------------------------:|
9-
|**[M](./M/#algorithms-solutions)**|**[N](./N/#algorithms-solutions)**|**[O](./O/#algorithms-solutions)**|**[P](./P/#algorithms-solutions)**|**[Q](./Q/#algorithms-solutions)**|**[R](./R/#algorithms-solutions)**|**[S](./S/#algorithms-solutions)**|**[T](./T/#algorithms-solutions)**|**[U](./U/#algorithms-solutions)**|**[V](./V/#algorithms-solutions)**|**[W](./W/#algorithms-solutions)**|**[X](./X/#algorithms-solutions)**|**<span style='color:grey'> Y </span>**|**[Z](./Z/#algorithms-solutions)**|
9+
|[0-9](./algorithms/0-9/#algorithms-solutions)|[A](./algorithms/A/#algorithms-solutions)|[B](./algorithms/B/#algorithms-solutions)|[C](./algorithms/C/#algorithms-solutions)|[D](./algorithms/D/#algorithms-solutions)|[E](./algorithms/E/#algorithms-solutions)|[F](./algorithms/F/#algorithms-solutions)|[G](./algorithms/G/#algorithms-solutions)|[H](./algorithms/H/#algorithms-solutions)|[I](./algorithms/I/#algorithms-solutions)|[J](./algorithms/J/#algorithms-solutions)|[K](./algorithms/K/#algorithms-solutions)|[L](./algorithms/L/#algorithms-solutions)|[M](./algorithms/M/#algorithms-solutions)|[N](./algorithms/N/#algorithms-solutions)|
10+
|:-------------------------------------------:|:---------------------------------------:|:---------------------------------------:|:---------------------------------------:|:---------------------------------------:|:---------------------------------------:|:---------------------------------------:|:---------------------------------------:|:---------------------------------------:|:---------------------------------------:|:---------------------------------------:|:---------------------------------------:|:---------------------------------------:|:---------------------------------------:|:---------------------------------------:|
11+
|**[M](./algorithms/M/#algorithms-solutions)**|**[N](./algorithms/N/#algorithms-solutions)**|**[O](./algorithms/O/#algorithms-solutions)**|**[P](./algorithms/P/#algorithms-solutions)**|**[Q](./algorithms/Q/#algorithms-solutions)**|**[R](./algorithms/R/#algorithms-solutions)**|**[S](./algorithms/S/#algorithms-solutions)**|**[T](./algorithms/T/#algorithms-solutions)**|**[U](./algorithms/U/#algorithms-solutions)**|**[V](./algorithms/V/#algorithms-solutions)**|**[W](./algorithms/W/#algorithms-solutions)**|**[X](./algorithms/X/#algorithms-solutions)**|**<span style='color:grey'> Y </span>**|**[Z](./algorithms/Z/#algorithms-solutions)**|
1012
### [Database](./database/#database-solutions) ###
1113
Check out solutions to 45problems from the Database category written in ( Mysql) .
1214

13-
|<span style='color:grey'> 0-9 </span>|[A](./A/#database-solutions)|[B](./B/#database-solutions)|[C](./C/#database-solutions)|[D](./D/#database-solutions)|[E](./E/#database-solutions)|[F](./F/#database-solutions)|[G](./G/#database-solutions)|[H](./H/#database-solutions)|<span style='color:grey'> I </span>|<span style='color:grey'> J </span>|<span style='color:grey'> K </span>|<span style='color:grey'> L </span>|[M](./M/#database-solutions)|[N](./N/#database-solutions)|
14-
|:------------------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:--------------------------:|:--------------------------:|
15-
|**[M](./M/#database-solutions)**|**[N](./N/#database-solutions)**|**<span style='color:grey'> O </span>**|**[P](./P/#database-solutions)**|**<span style='color:grey'> Q </span>**|**[R](./R/#database-solutions)**|**[S](./S/#database-solutions)**|**[T](./T/#database-solutions)**|**[U](./U/#database-solutions)**|**<span style='color:grey'> V </span>**|**<span style='color:grey'> W </span>**|**<span style='color:grey'> X </span>**|**<span style='color:grey'> Y </span>**|**<span style='color:grey'> Z </span>**|
15+
|<span style='color:grey'> 0-9 </span>|[A](./database/A/#database-solutions)|[B](./database/B/#database-solutions)|[C](./database/C/#database-solutions)|[D](./database/D/#database-solutions)|[E](./database/E/#database-solutions)|[F](./database/F/#database-solutions)|[G](./database/G/#database-solutions)|[H](./database/H/#database-solutions)|<span style='color:grey'> I </span>|<span style='color:grey'> J </span>|<span style='color:grey'> K </span>|<span style='color:grey'> L </span>|[M](./database/M/#database-solutions)|[N](./database/N/#database-solutions)|
16+
|:------------------------------------:|:-----------------------------------:|:-----------------------------------:|:-----------------------------------:|:-----------------------------------:|:-----------------------------------:|:-----------------------------------:|:-----------------------------------:|:-----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:-----------------------------------:|:-----------------------------------:|
17+
|**[M](./database/M/#database-solutions)**|**[N](./database/N/#database-solutions)**|**<span style='color:grey'> O </span>**|**[P](./database/P/#database-solutions)**|**<span style='color:grey'> Q </span>**|**[R](./database/R/#database-solutions)**|**[S](./database/S/#database-solutions)**|**[T](./database/T/#database-solutions)**|**[U](./database/U/#database-solutions)**|**<span style='color:grey'> V </span>**|**<span style='color:grey'> W </span>**|**<span style='color:grey'> X </span>**|**<span style='color:grey'> Y </span>**|**<span style='color:grey'> Z </span>**|
1618
### [Shell](./shell/#shell-solutions) ###
1719
Check out solutions to 5problems from the Shell category written in ( Bash) .
1820

19-
|<span style='color:grey'> 0-9 </span>|<span style='color:grey'> A </span>|[B](./B/#shell-solutions)|<span style='color:grey'> C </span>|<span style='color:grey'> D </span>|<span style='color:grey'> E </span>|<span style='color:grey'> F </span>|<span style='color:grey'> G </span>|<span style='color:grey'> H </span>|<span style='color:grey'> I </span>|<span style='color:grey'> J </span>|<span style='color:grey'> K </span>|<span style='color:grey'> L </span>|<span style='color:grey'> M </span>|<span style='color:grey'> N </span>|
20-
|:------------------------------------:|:----------------------------------:|:-----------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|
21-
|**<span style='color:grey'> M </span>**|**<span style='color:grey'> N </span>**|**<span style='color:grey'> O </span>**|**<span style='color:grey'> P </span>**|**<span style='color:grey'> Q </span>**|**<span style='color:grey'> R </span>**|**<span style='color:grey'> S </span>**|**[T](./T/#shell-solutions)**|**<span style='color:grey'> U </span>**|**[V](./V/#shell-solutions)**|**[W](./W/#shell-solutions)**|**<span style='color:grey'> X </span>**|**<span style='color:grey'> Y </span>**|**<span style='color:grey'> Z </span>**|
21+
|<span style='color:grey'> 0-9 </span>|<span style='color:grey'> A </span>|[B](./shell/B/#shell-solutions)|<span style='color:grey'> C </span>|<span style='color:grey'> D </span>|<span style='color:grey'> E </span>|<span style='color:grey'> F </span>|<span style='color:grey'> G </span>|<span style='color:grey'> H </span>|<span style='color:grey'> I </span>|<span style='color:grey'> J </span>|<span style='color:grey'> K </span>|<span style='color:grey'> L </span>|<span style='color:grey'> M </span>|<span style='color:grey'> N </span>|
22+
|:------------------------------------:|:----------------------------------:|:-----------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|
23+
|**<span style='color:grey'> M </span>**|**<span style='color:grey'> N </span>**|**<span style='color:grey'> O </span>**|**<span style='color:grey'> P </span>**|**<span style='color:grey'> Q </span>**|**<span style='color:grey'> R </span>**|**<span style='color:grey'> S </span>**|**[T](./shell/T/#shell-solutions)**|**<span style='color:grey'> U </span>**|**[V](./shell/V/#shell-solutions)**|**[W](./shell/W/#shell-solutions)**|**<span style='color:grey'> X </span>**|**<span style='color:grey'> Y </span>**|**<span style='color:grey'> Z </span>**|
2224
### [Concurrency](./concurrency/#concurrency-solutions) ###
23-
Check out solutions to 6problems from the Concurrency category written in ( Python, C++) .
25+
Check out solutions to 6problems from the Concurrency category written in ( C++, Python) .
2426

25-
|<span style='color:grey'> 0-9 </span>|<span style='color:grey'> A </span>|[B](./B/#concurrency-solutions)|<span style='color:grey'> C </span>|<span style='color:grey'> D </span>|<span style='color:grey'> E </span>|[F](./F/#concurrency-solutions)|<span style='color:grey'> G </span>|<span style='color:grey'> H </span>|<span style='color:grey'> I </span>|<span style='color:grey'> J </span>|<span style='color:grey'> K </span>|<span style='color:grey'> L </span>|<span style='color:grey'> M </span>|<span style='color:grey'> N </span>|
26-
|:------------------------------------:|:----------------------------------:|:-----------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:-----------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|
27-
|**<span style='color:grey'> M </span>**|**<span style='color:grey'> N </span>**|**<span style='color:grey'> O </span>**|**[P](./P/#concurrency-solutions)**|**<span style='color:grey'> Q </span>**|**<span style='color:grey'> R </span>**|**<span style='color:grey'> S </span>**|**[T](./T/#concurrency-solutions)**|**<span style='color:grey'> U </span>**|**<span style='color:grey'> V </span>**|**<span style='color:grey'> W </span>**|**<span style='color:grey'> X </span>**|**<span style='color:grey'> Y </span>**|**<span style='color:grey'> Z </span>**|
27+
|<span style='color:grey'> 0-9 </span>|<span style='color:grey'> A </span>|[B](./concurrency/B/#concurrency-solutions)|<span style='color:grey'> C </span>|<span style='color:grey'> D </span>|<span style='color:grey'> E </span>|[F](./concurrency/F/#concurrency-solutions)|<span style='color:grey'> G </span>|<span style='color:grey'> H </span>|<span style='color:grey'> I </span>|<span style='color:grey'> J </span>|<span style='color:grey'> K </span>|<span style='color:grey'> L </span>|<span style='color:grey'> M </span>|<span style='color:grey'> N </span>|
28+
|:------------------------------------:|:----------------------------------:|:-----------------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:-----------------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------:|
29+
|**<span style='color:grey'> M </span>**|**<span style='color:grey'> N </span>**|**<span style='color:grey'> O </span>**|**[P](./concurrency/P/#concurrency-solutions)**|**<span style='color:grey'> Q </span>**|**<span style='color:grey'> R </span>**|**<span style='color:grey'> S </span>**|**[T](./concurrency/T/#concurrency-solutions)**|**<span style='color:grey'> U </span>**|**<span style='color:grey'> V </span>**|**<span style='color:grey'> W </span>**|**<span style='color:grey'> X </span>**|**<span style='color:grey'> Y </span>**|**<span style='color:grey'> Z </span>**|

0 commit comments

Comments
 (0)