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

Changing language

Challenges • Last reply from Team 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 Team 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 Team 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 Team 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 Team 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

Languages for Solutions

Challenges • Last reply from Team AlgoDaily at November 27, 2019 at 11:22PM UTC

I am new to this platform and I have a question. Are solutions only written in javascript? I am into python and plan to write my solution in python and compare with solutions written in python. Can anyone please help in this regards. Second, when ...

2 posts

Climbing the Word Ladder (Main Thread)

Challenges • Last reply from Team AlgoDaily at September 25, 2019 at 7:12AM UTC

This is the main discussion thread generated for Climbing the Word Ladder .

1 post

CreateFactories function call

Challenges • Last reply from Team AlgoDaily at September 24, 2019 at 2:50AM UTC

For this challenge/exercise: https://algodaily.com/challenges/closures-and-dependency-injection How would I get this createFactories function to work. I'm not sure of what to put as the argument in place of 'looger' parameter in the function. Th...

2 posts

Would this not be a simpler solution?

Challenges • Last reply from Team AlgoDaily at July 27, 2019 at 1:58AM UTC

For the detect substring in a string problem, here was the solution offered: ```js function detectSubstring { let idxOfStart = 0, j = 0; for { // if match, compare next character of subStr ...

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