Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partial translation of french readme #459

Closed
wants to merge 1 commit into from
Closed

Partial translation of french readme #459

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Oct 12, 2019

No description provided.

@jwasham
Copy link
Owner

jwasham commented Oct 21, 2020

Please resolve conflicts (if you are able).

Copy link

@n3rdankit n3rdankit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed till line122. Update in progress...

- [Coding Question Practice](#coding-question-practice)
- [Coding exercises/challenges](#coding-exerciseschallenges)
- [Once you're closer to the interview](#once-youre-closer-to-the-interview)
- [String recherche et maninpulation](#string-searching--manipulations)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

recherche de chaînes et manipulations

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fu

- [Coding exercises/challenges](#coding-exerciseschallenges)
- [Once you're closer to the interview](#once-youre-closer-to-the-interview)
- [String recherche et maninpulation](#string-searching--manipulations)
- [Conception, scalabilité, manipulation du système](#system-design-scalability-data-handling) (si vous avez plus de 4 ans d'expérience)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

conception du système, évolutivité, traitement des données

- [String recherche et maninpulation](#string-searching--manipulations)
- [Conception, scalabilité, manipulation du système](#system-design-scalability-data-handling) (si vous avez plus de 4 ans d'expérience)
- [Examen final](#final-review)
- [Question de codage](#coding-question-practice)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

la pratique des questions de codage

- [Examen final](#final-review)
- [Question de codage](#coding-question-practice)
- [Exercices de codage / défis](#coding-exerciseschallenges)
- [Une fois que vous êtes plus proche de l'interview](#once-youre-closer-to-the-interview)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

une fois que vous êtes plus proche de l'entrevue

- [Votre CV](#your-resume)
- [Be thinking of for when the interview comes](#be-thinking-of-for-when-the-interview-comes)
- [Pensez à pour quand l'interview vient](#be-thinking-of-for-when-the-interview-comes)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

penser au moment de l'entrevue

- [Fast Fourier Transform](#fast-fourier-transform)
- [Bloom Filter](#bloom-filter)
- [Networking](#networking) (si vous avez de l'expérience en réseautage ou si vous voulez être un ingénieur système, attendez des questions)
- [informatique sécurisée](#computer-security)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sécurité informatique

- [informatique sécurisée](#computer-security)
- [Collecte des ordures](#garbage-collection)
- [Programmation parallèle](#parallel-programming)
- [Systèmes de messagerie, de sérialisation et de queueing systèmes](#messaging-serialization-and-queueing-systems)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

systèmes de sérialisation et de mise en file d'attente de la messagerie

- [Programmation parallèle](#parallel-programming)
- [Systèmes de messagerie, de sérialisation et de queueing systèmes](#messaging-serialization-and-queueing-systems)
- [Transformée de Fourier Rapide](#fast-fourier-transform)
- [Filtre Bloom](#bloom-filter)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

filtre de floraison

- [Network Flows](#network-flows)
- [Disjoint Sets & Union Find](#disjoint-sets--union-find)
- [Math for Fast Processing](#math-for-fast-processing)
- [Hashing sensible à la localité](#locality-sensitive-hashing)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hachage sensible à la localité

- [Math for Fast Processing](#math-for-fast-processing)
- [Hashing sensible à la localité](#locality-sensitive-hashing)
- [van Emde Boas Arbres](#van-emde-boas-arbres)
- [Structures de data augmentées](#augmented-data-structures)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

structures de données augmentées

- [Hashing sensible à la localité](#locality-sensitive-hashing)
- [van Emde Boas Arbres](#van-emde-boas-arbres)
- [Structures de data augmentées](#augmented-data-structures)
- [Essais](#tries)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

essaie

- [Structures de data augmentées](#augmented-data-structures)
- [Essais](#tries)
- [N-ary (K-ary, M-ary) arbres](#n-ary-k-ary-m-ary-arbres)
- [Arbres de recherche équilibrés](#balanced-search-arbres)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

arbres de recherche équilibrés

- [Essais](#tries)
- [N-ary (K-ary, M-ary) arbres](#n-ary-k-ary-m-ary-arbres)
- [Arbres de recherche équilibrés](#balanced-search-arbres)
- AVL arbres

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Arbres AVL

- [N-ary (K-ary, M-ary) arbres](#n-ary-k-ary-m-ary-arbres)
- [Arbres de recherche équilibrés](#balanced-search-arbres)
- AVL arbres
- Splay arbres

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Arbres évasés

Base automatically changed from master to main February 7, 2021 01:20
Copy link

@therealjbox therealjbox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ouioui

@jwasham
Copy link
Owner

jwasham commented Apr 23, 2021

In order to merge this, you would ned to resolve conflicts in the file. When that's done, let me know when you want me to pull this change.

@jwasham
Copy link
Owner

jwasham commented Jul 29, 2021

This is very old, and requires conflicts to be resolved before it can be merged. Please coordinate on an update.

@memorylane80

This comment has been minimized.

@Salemesghier
Copy link

I need work

@jwasham
Copy link
Owner

jwasham commented May 3, 2024

Closing due to age of this open pull request.

@jwasham jwasham closed this May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants