freeCodeCamp/curriculum/challenges/portuguese/10-coding-interview-prep/data-structures
camperbot 984a1845a2
chore(i18n,learn): processed translations (#48428)
2022-11-08 07:03:26 -08:00
..
add-a-new-element-to-a-binary-search-tree.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
add-elements-at-a-specific-index-in-a-linked-list.md chore(i18n,curriculum): update translations (#44671) 2022-01-04 14:15:51 +00:00
adjacency-list.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
adjacency-matrix.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
breadth-first-search.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
check-if-an-element-is-present-in-a-binary-search-tree.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
check-if-binary-search-tree.md chore(i18n,learn): processed translations (#44936) 2022-01-28 01:39:01 +09:00
create-a-circular-queue.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
create-a-doubly-linked-list.md chore(i18n,learn): processed translations (#45504) 2022-03-23 15:22:04 +01:00
create-a-hash-table.md chore(i18n,learn): processed translations (#45504) 2022-03-23 15:22:04 +01:00
create-a-linked-list-class.md chore(i18n,learn): processed translations (#44777) 2022-01-14 09:43:16 -08:00
create-a-map-data-structure.md chore(i18n,learn): processed translations (#45504) 2022-03-23 15:22:04 +01:00
create-a-priority-queue-class.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
create-a-queue-class.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
create-a-set-class.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
create-a-stack-class.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
create-a-trie-search-tree.md chore(i18n,learn): processed translations (#45504) 2022-03-23 15:22:04 +01:00
create-an-es6-javascript-map.md chore(i18n,learn): processed translations (#45520) 2022-03-24 11:17:10 -03:00
create-and-add-to-sets-in-es6.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
delete-a-leaf-node-in-a-binary-search-tree.md chore(i18n,curriculum): update translations 2021-10-27 21:47:35 +05:30
delete-a-node-with-one-child-in-a-binary-search-tree.md chore(i18n,learn): processed translations (#45001) 2022-02-03 11:16:32 -08:00
delete-a-node-with-two-children-in-a-binary-search-tree.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
depth-first-search.md chore(i18n,learn): processed translations (#45123) 2022-02-16 18:18:09 +01:00
find-the-minimum-and-maximum-height-of-a-binary-search-tree.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
find-the-minimum-and-maximum-value-in-a-binary-search-tree.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
implement-heap-sort-with-a-min-heap.md chore(i18n,learn): processed translations (#45504) 2022-03-23 15:22:04 +01:00
incidence-matrix.md chore(i18n,learn): processed translations (#45504) 2022-03-23 15:22:04 +01:00
insert-an-element-into-a-max-heap.md chore(i18n,learn): processed translations (#45504) 2022-03-23 15:22:04 +01:00
invert-a-binary-tree.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
learn-how-a-stack-works.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
perform-a-difference-on-two-sets-of-data.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
perform-a-subset-check-on-two-sets-of-data.md chore(i18n,learn): processed translations (#45851) 2022-05-03 18:06:49 +02:00
perform-a-union-on-two-sets.md chore(i18n,learn): processed translations (#45504) 2022-03-23 15:22:04 +01:00
perform-an-intersection-on-two-sets-of-data.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
remove-an-element-from-a-max-heap.md chore(i18n,learn): processed translations (#48428) 2022-11-08 07:03:26 -08:00
remove-elements-from-a-linked-list-by-index.md chore(i18n,learn): processed translations (#46693) 2022-06-28 13:30:45 +00:00
remove-elements-from-a-linked-list.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
remove-items-from-a-set-in-es6.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
reverse-a-doubly-linked-list.md chore(i18n,learn): processed translations (#45504) 2022-03-23 15:22:04 +01:00
search-within-a-linked-list.md chore(i18n,learn): processed translations (#46622) 2022-06-22 13:17:46 +00:00
typed-arrays.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
use-.has-and-.size-on-an-es6-set.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
use-breadth-first-search-in-a-binary-search-tree.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
use-depth-first-search-in-a-binary-search-tree.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
use-spread-and-notes-for-es5-set-integration.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00
work-with-nodes-in-a-linked-list.md chore(i18n,curriculum): update translations (#43089) 2021-08-02 07:05:44 -07:00