question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Separate 2 variables currently in 1 tag (Problem 124: Ordered radicals)

See original GitHub issue

On Crowdin (translation platform), we are seeing the following string: The radical of $n, rad(n)$, is the product of the distinct prime factors of $n$.

Here n, rad(n) are wrapped in 1 pair of $ tag. (MathJax tag?)

We would like them to be in separate tags so that we can treat them properly in translations. As follows: The radical of $n$, $rad(n)$, is the product of the distinct prime factors of $n$.

Affected page

Coding Interview Prep > Project Euler > Problem 124: Ordered radicals https://www.freecodecamp.org/learn/coding-interview-prep/project-euler/problem-124-ordered-radicals

I guess the file needs fix is this: https://github.com/freeCodeCamp/freeCodeCamp/blob/7907f623378b934cdfa47c80b77c5e88678e45a7/curriculum/challenges/english/10-coding-interview-prep/project-euler/problem-124-ordered-radicals.md

For your reference, it is written separately in a similar string in “Problem 127: abc-hits” https://github.com/freeCodeCamp/freeCodeCamp/blob/7907f623378b934cdfa47c80b77c5e88678e45a7/curriculum/challenges/english/10-coding-interview-prep/project-euler/problem-127-abc-hits.md

Expected behavior

n and rad(n) are in separate tags.

Screenshots

Screenshot from Crowdin project_euler_124_crowdin

System

  • Device: Laptop
  • OS: Windows 10
  • Browser: chrome
  • Version: 96.0.4664.45

Additional context

Originally reported in a comment on Crowdin during translation effort. https://freecodecamp.crowdin.com/translate/690087755819f2f67b26dbee3be0eb53/22112/en-ja?filter=basic&value=7#q=756633

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
naomi-lgbtcommented, Nov 24, 2021

Yes that looks like it would be a fix 🙂

1reaction
Sembaukecommented, Nov 25, 2021

@Dhananjaymahajan2001 It seems like you have opened a pull-request on your origin not on the upstream. Did you mean to do this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

My C++ solution for Project Euler 124: Ordered radicals
Number of test cases (1-5): Input data (separated by spaces or newlines): Note: Enter the total number of radicals and the sorted position...
Read more >
Project Euler 124: element of the sorted radical function
Solution to Problem 124 of Project Euler "Determining the kth element of the sorted radical function"
Read more >
#124 Ordered radicals - Project Euler
Problem 124. The radical of n, rad(n), is the product of the distinct prime factors of n. For example, 504 = 23 ×...
Read more >
Project Euler 124: Ordered radicals - Dreamshire
Analysis. This solution uses sieving to determine primes and apply them as factors to calculate the integer radical of n . An array...
Read more >
Euler Problem 124 - Jupyter Notebooks Gallery
Euler Problem 124. The radical of n, rad(n), is the product of distinct prime factors of n. For example, 504 = 23 ×...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found