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 - Javascript Question

Challenges • Last reply from Anonymous at August 27, 2019 at 12:00AM UTC

The test cases here don't try sending strings of different length or strings with repeating characters. Link to problem: Is An Anagram .

1 post

Daily (Main Thread)

Challenges • Last reply from Anonymous at July 19, 2019 at 12:00AM UTC

This is the main discussion thread generated for Daily .

2 posts

Array majority element - Am I missing something fundamental here?

Challenges • Last reply from at October 12, 2020 at 2:14PM UTC

While testing the solution for the majority element problem, it doesn't seem like given solution works I may be thinking about this incorrectly hence the post: ```js function majorityElement { var temp = nums.sort; return temp[Math.floor]; } ...

1 post

Maximum Sum of Absolute Difference of Values and Indices (Main Thread)

Challenges • Last reply from Jake from AlgoDaily at July 28, 2020 at 11:28PM UTC

This is the main discussion thread generated for Maximum Sum of Absolute Difference of Values and Indices .

1 post

Changing language

Challenges • Last reply from Jake from AlgoDaily at July 4, 2020 at 9:10PM UTC

Hi, I'm having trouble with Reverse a String . The question asked... can I change the language of challenges

2 posts

The Two Coloring Graph Problem (Main Thread)

Challenges • Last reply from Jake from AlgoDaily at May 24, 2020 at 8:07AM UTC

This is the main discussion thread generated for The Two Coloring Graph Problem .

1 post

Classical N-Queen Problem (Main Thread)

Challenges • Last reply from Jake from AlgoDaily at February 12, 2020 at 2:01PM UTC

This is the main discussion thread generated for Classical N-Queen Problem .

1 post

questions removed after logging in

Challenges • Last reply from firecraftgaming at January 7, 2020 at 6:23PM UTC

Hi I did 35 questions without being logged in and realized it later and now when I am signed in all that progress is gone anyway to get it back??????

1 post

Clarification on Test

Challenges • Last reply from Jake from AlgoDaily at November 27, 2019 at 11:25PM UTC

in the case [ 11, 13, 21, 3 ] shouldn't the answer be [ 13, 21, -1, 11 ] ? The first few are straight forward it seems 11 -> 13, 13 -> 21, 21 -> -1. For 3 we loop back to the start so 3 would map to 11 ...

2 posts

Is an anagram

Challenges • Last reply from Jake from AlgoDaily at November 27, 2019 at 11:24PM UTC

Hi, I'm having trouble with Is An Anagram . I would like to think I have the correct code but it is giving me fails on the test. It returns False in pycharm when using Mary and Army but here it gives me a fail. It should return False according to ...

3 posts
  • ← Previous
  • 1
  • 2
  • …
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • Next →