-
Updated
Nov 24, 2020
interview
Here are 1,807 public repositories matching this topic...
-
Updated
Nov 19, 2020 - Java
-
Updated
Nov 22, 2020 - Python
-
Updated
Nov 26, 2020 - Java
-
Updated
Nov 19, 2020 - JavaScript
-
Updated
Oct 2, 2020 - Java
-
Updated
Nov 26, 2020 - JavaScript
-
Updated
Nov 26, 2020 - Java
-
Updated
Nov 24, 2020
-
Updated
Oct 1, 2020 - Python
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
Nov 6, 2020 - JavaScript
-
Updated
May 3, 2020
-
Updated
Nov 21, 2020 - C++
-
Updated
Nov 25, 2020 - JavaScript
-
Updated
Sep 14, 2020
-
Updated
Nov 23, 2020 - JavaScript
-
Updated
Oct 2, 2020
-
Updated
May 29, 2020 - Java
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Sep 30, 2020 - JavaScript

-
Updated
Aug 27, 2020 - PHP
-
Updated
Jan 22, 2020
-
Updated
Sep 10, 2020 - Jupyter Notebook
## Python/Regex fix
This is a reminder for me or a task if anyone wants :P
Basically, The last two questions aren't really regex's questions.
To do:
- Move said questions to correct place.
- Add new regex questions (Python related!)?
- Maybe add a new ## Regex section, as it is a valuable skill
🚀 Feature Proposal
Adding leading zero in the question number will be an awesome feature for file explorer to sort files by the name.
Tick-Tack-Toe game is not working for exception part
Description
Else part on line 247 takes you to infinite loop on getting any char value as input for position.
Expected Behavior
Improve this page
Add a description, image, and links to the interview topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the interview topic, visit your repo's landing page and select "manage topics."
As discussed at TheAlgorithms/Python#3934 (comment)
There's also
greedy_knapsack
in thegreedy_method
directory.Proposal:
images
andgreedy_method
directory.greedy_knapsack
toknapsack
directory as there are multiple variations for the knapsack problem according to [Wikipedia](https://en.wikipedia.org/wiki/Knapsack_problem#