ALGODAILY
  • All Courses
  • Premium 50% Off
  • Testimonials
  • Company
    Learn About Us Sample Newsletter AlgoDaily Blog Youtube Channel Contact Us Privacy Policy Terms and Conditions
  • Login
  • Sign Up
  • Resources
    AlgoDaily Video Library Company Interview Reports All Interview Challenges Tech Interview Flash Cards Generate a Custom Course AlgoDaily Book: Core Essentials Latest Additions

Community

Start a Thread
Filters
All Threads
Answered
Unanswered

By Category
All
Career
Challenges
Feedback
General

Is An Anagram - Python Question

Challenges • Last reply from Anonymous at April 9, 2020 at 12:00AM UTC

is_anagram should return False - Mistake? Should return True Link to problem: Is An Anagram .

3 posts

How Out Of Order (Main Thread)

Challenges • Last reply from Ashish Bhattarai at March 28, 2020 at 12:00AM UTC

This is the main discussion thread generated for How Out Of Order .

5 posts

Swap Every Two Nodes In A Linked List (Main Thread)

Challenges • Last reply from Ashish Bhattarai at March 28, 2020 at 12:00AM UTC

This is the main discussion thread generated for Swap Every Two Nodes In A Linked List .

4 posts

Validate Palindrome

Challenges • Last reply from Anonymous at February 14, 2020 at 12:00AM UTC

I think for the solution you provided, we must account for the case of the character or letter as well as the whitespaces.

So here's my solution:

```js /* jshint esversion: 6 */ function isPalindrome { if ) { // return false; ...

6 posts

How Out Of Order - Python Question

Challenges • Last reply from Jake from AlgoDaily at February 2, 2020 at 12:00AM UTC

The following errors come up when I try to run the code takes exactly 1 argument ',)) takes exactly 1 argument ',)) ) Link to problem: How Out Of Order .

2 posts

Validate Symbols - Python Question

Challenges • Last reply from Jake from AlgoDaily at January 29, 2020 at 12:00AM UTC

There is a syntax error in the testing code. assert validate_symbols = True is not valid since we need to do comparison with == instead of assignment as we are doing here. In addition, the third point in the list of test cases should be validat...

2 posts

Max Per Level (Main Thread)

Challenges • Last reply from Jake from AlgoDaily at January 1, 2020 at 12:00AM UTC

This is the main discussion thread generated for Max Per Level .

8 posts

Merge Intervals - Python Question

Challenges • Last reply from Jake from AlgoDaily at December 25, 2019 at 12:00AM UTC

Some test cases are using mergeIntervals function name instead of merge_intervals as shown in the stub Link to problem: Merge Intervals .

2 posts

Traverse In A Zig Zag - Python Question

Challenges • Last reply from Jake from AlgoDaily at December 23, 2019 at 12:00AM UTC

The two examples present in the question contradict each other. For the first tree, 1 / \ 2 3 / \ 4 5 The traversal presented is is left to right on second level and right to left on third level, giving us [[1], [2, 3], [5...

2 posts

Split Set To Equal Subsets - Python Question

Challenges • Last reply from Devesh Kumar Singh at December 23, 2019 at 12:00AM UTC

There is a syntax error in one of the test cases assert has_equal_subsets == False an opening [ is missing in the above statement Link to problem: Split Set To Equal Subsets .

1 post
  • ← Previous
  • 1
  • 2
  • …
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • …
  • 20
  • 21
  • Next →