Timeline for Check for balanced parentheses
Current License: CC BY-SA 3.0
20 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 8, 2016 at 11:39 | comment | added | Roland Illig | Typo: it's one parenthesis, two or more parentheses, but never paranthesis. | |
| Sep 3, 2015 at 23:02 | history | protected | Jamal | ||
| Dec 14, 2014 at 0:26 | comment | added | maniac87 | I dont know why nobody pointed out but this will fail for input (A+B)+(C-D) | |
| Apr 3, 2014 at 15:21 | comment | added | coredump | Why wouldn't an empty string be trivially balanced? | |
| Apr 2, 2014 at 16:59 | history | tweeted | twitter.com/#!/StackCodeReview/status/451403627400556545 | ||
| Apr 2, 2014 at 9:45 | answer | added | fgrieu | timeline score: 4 | |
| Apr 2, 2014 at 7:47 | answer | added | senseiwu | timeline score: 4 | |
| Apr 2, 2014 at 1:39 | vote | accept | JavaDeveloper | ||
| Apr 1, 2014 at 18:54 | answer | added | 200_success | timeline score: 7 | |
| Apr 1, 2014 at 17:58 | answer | added | bowmore | timeline score: 5 | |
| Apr 1, 2014 at 16:37 | history | edited | konijn | CC BY-SA 3.0 |
edited title
|
| Apr 1, 2014 at 15:18 | comment | added | RoToRa | @konijn Yes, it does. | |
| Apr 1, 2014 at 13:34 | history | edited | konijn | CC BY-SA 3.0 |
edited title
|
| Apr 1, 2014 at 13:14 | comment | added | konijn |
Does your code return false for "[(])" ?
|
|
| Apr 1, 2014 at 13:03 | answer | added | Marc-Andre | timeline score: 13 | |
| Apr 1, 2014 at 8:54 | answer | added | amon | timeline score: 12 | |
| Apr 1, 2014 at 8:41 | answer | added | RoToRa | timeline score: 16 | |
| Apr 1, 2014 at 7:20 | comment | added | Jerry Coffin |
Best practices: 1) Use Snobol (in which most of the program reduces to BAL x, where x is the string to check for balance).
|
|
| Apr 1, 2014 at 7:15 | history | edited | Jamal | CC BY-SA 3.0 |
added 52 characters in body; edited tags
|
| Apr 1, 2014 at 6:55 | history | asked | JavaDeveloper | CC BY-SA 3.0 |