freeCodeCamp/curriculum/challenges/english/10-coding-interview-prep/data-structures
Muhammed Mustafa 3e3da4ec0f
fix(curriculum): standardize links in curriculum (#46564)
* fix(curriculum): standradize links in curriculum

* Data analiysis links

* CIP links

* fixed links in s-expressions

* Update curriculum/challenges/english/01-responsive-web-design/basic-css/use-hex-code-for-specific-colors.md

Co-authored-by: Ilenia <nethleen@gmail.com>

* added space before target attribute

* standarize external and .rock example links

* wrap "check out the projects" around the links

Co-authored-by: Ilenia <nethleen@gmail.com>
2022-06-26 11:13:38 -05:00
..
add-a-new-element-to-a-binary-search-tree.md chore: resolve flagged Crowdin issues (#45442) 2022-03-19 13:26:57 +05:30
add-elements-at-a-specific-index-in-a-linked-list.md fix(curriculum): improved test for linked list challenge (#44569) 2022-01-03 12:31:36 +00:00
adjacency-list.md fix(curriculum): fix incomplete test (#42970) 2021-07-22 16:01:04 -04:00
adjacency-matrix.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
breadth-first-search.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
check-if-an-element-is-present-in-a-binary-search-tree.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
check-if-binary-search-tree.md fix(curriculum): added test using a tree that is not a binary search tree (#44775) 2022-01-24 19:33:03 +00:00
create-a-circular-queue.md Add line breaks to instructions (#40425) (#40428) 2021-01-20 22:19:21 -07:00
create-a-doubly-linked-list.md chore: resolve flagged Crowdin issues (#45442) 2022-03-19 13:26:57 +05:30
create-a-hash-table.md chore: resolve flagged Crowdin issues (#45442) 2022-03-19 13:26:57 +05:30
create-a-linked-list-class.md fix(curriculum): add another element in test to ensure correct implementation of class (#44766) 2022-01-13 11:41:29 -08:00
create-a-map-data-structure.md chore: resolve flagged Crowdin issues (#45442) 2022-03-19 13:26:57 +05:30
create-a-priority-queue-class.md fix: remove end of line chars after code blocks (#41498) 2021-03-16 07:49:43 -07:00
create-a-queue-class.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
create-a-set-class.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
create-a-stack-class.md fix(curriculum): add element to create-a-stack tests (#42326) 2021-06-03 09:01:34 +02:00
create-a-trie-search-tree.md chore: resolve flagged Crowdin issues (#45442) 2022-03-19 13:26:57 +05:30
create-an-es6-javascript-map.md fix(curriculum): fix method listings to improve readability of description (#45483) 2022-03-22 12:07:30 -07:00
create-and-add-to-sets-in-es6.md fix(curriculum) replace single-line blocks with multi-line blocks for… (#41526) 2021-03-25 07:43:13 -07:00
delete-a-leaf-node-in-a-binary-search-tree.md fix(curriculum): test removing non-existing element from empty and non-empty tree (#43885) 2021-10-25 23:07:12 -05:00
delete-a-node-with-one-child-in-a-binary-search-tree.md fix(curriculum): fixed test for binary search tree challenge (#44993) 2022-02-02 09:06:25 +07:00
delete-a-node-with-two-children-in-a-binary-search-tree.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
depth-first-search.md fix: added test for depth first search challenge (#45063) 2022-02-10 16:58:28 -08:00
find-the-minimum-and-maximum-height-of-a-binary-search-tree.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
find-the-minimum-and-maximum-value-in-a-binary-search-tree.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
implement-heap-sort-with-a-min-heap.md chore: resolve flagged Crowdin issues (#45442) 2022-03-19 13:26:57 +05:30
incidence-matrix.md chore: resolve flagged Crowdin issues (#45442) 2022-03-19 13:26:57 +05:30
insert-an-element-into-a-max-heap.md chore: resolve flagged Crowdin issues (#45442) 2022-03-19 13:26:57 +05:30
invert-a-binary-tree.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
learn-how-a-stack-works.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
perform-a-difference-on-two-sets-of-data.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
perform-a-subset-check-on-two-sets-of-data.md fix(curriculum): Add periods at the end of hints (#45818) 2022-05-01 20:42:37 +02:00
perform-a-union-on-two-sets.md chore: resolve flagged Crowdin issues (#45442) 2022-03-19 13:26:57 +05:30
perform-an-intersection-on-two-sets-of-data.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
remove-an-element-from-a-max-heap.md chore: resolve flagged Crowdin issues (#45442) 2022-03-19 13:26:57 +05:30
remove-elements-from-a-linked-list-by-index.md fix(curriculum): standardize links in curriculum (#46564) 2022-06-26 11:13:38 -05:00
remove-elements-from-a-linked-list.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
remove-items-from-a-set-in-es6.md fix: Added comments on the function for clarity on coding-interview-prep (#42689) 2021-07-02 18:15:58 +05:30
reverse-a-doubly-linked-list.md chore: resolve flagged Crowdin issues (#45442) 2022-03-19 13:26:57 +05:30
search-within-a-linked-list.md fix(curriculum, i18n): solve issues in crowdin comments (#46597) 2022-06-21 19:53:13 +05:30
typed-arrays.md fix(curriculum) replace single-line blocks with multi-line blocks for… (#41526) 2021-03-25 07:43:13 -07:00
use-.has-and-.size-on-an-es6-set.md fix(curriculum) replace single-line blocks with multi-line blocks for… (#41526) 2021-03-25 07:43:13 -07:00
use-breadth-first-search-in-a-binary-search-tree.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
use-depth-first-search-in-a-binary-search-tree.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
use-spread-and-notes-for-es5-set-integration.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
work-with-nodes-in-a-linked-list.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00