fix: s/localeTitle/title/g

This commit is contained in:
Oliver Eyton-Williams
2020-10-01 17:54:21 +02:00
committed by Mrugesh Mohapatra
parent 4a74567986
commit dec409a4bd
1432 changed files with 1432 additions and 1432 deletions

View File

@ -2,7 +2,7 @@
id: 587d8257367417b2b2512c7b
challengeType: 1
videoUrl: ''
localeTitle: 将新元素添加到二叉搜索树
title: 将新元素添加到二叉搜索树
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8252367417b2b2512c67
challengeType: 1
videoUrl: ''
localeTitle: 在链接列表中的特定索引处添加元素
title: 在链接列表中的特定索引处添加元素
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8256367417b2b2512c77
challengeType: 1
videoUrl: ''
localeTitle: 邻接名单
title: 邻接名单
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8256367417b2b2512c78
challengeType: 1
videoUrl: ''
localeTitle: 邻接矩阵
title: 邻接矩阵
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d825c367417b2b2512c90
challengeType: 1
videoUrl: ''
localeTitle: 广度优先搜索
title: 广度优先搜索
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8257367417b2b2512c7c
challengeType: 1
videoUrl: ''
localeTitle: 检查二进制搜索树中是否存在元素
title: 检查二进制搜索树中是否存在元素
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8255367417b2b2512c75
challengeType: 1
videoUrl: ''
localeTitle: 创建循环队列
title: 创建循环队列
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d825a367417b2b2512c87
challengeType: 1
videoUrl: ''
localeTitle: 创建双向链接列表
title: 创建双向链接列表
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d825b367417b2b2512c8e
challengeType: 1
videoUrl: ''
localeTitle: 创建一个哈希表
title: 创建一个哈希表
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8251367417b2b2512c62
challengeType: 1
videoUrl: ''
localeTitle: 创建链接列表类
title: 创建链接列表类
---
## Description

View File

@ -2,7 +2,7 @@
id: 8d5823c8c441eddfaeb5bdef
challengeType: 1
videoUrl: ''
localeTitle: 创建地图数据结构
title: 创建地图数据结构
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8255367417b2b2512c74
challengeType: 1
videoUrl: ''
localeTitle: 创建优先级队列类
title: 创建优先级队列类
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8250367417b2b2512c60
challengeType: 1
videoUrl: ''
localeTitle: 创建队列类
title: 创建队列类
---
## Description

View File

@ -2,7 +2,7 @@
id: 8d1323c8c441eddfaeb5bdef
challengeType: 1
videoUrl: ''
localeTitle: 创建一个Set类
title: 创建一个Set类
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8250367417b2b2512c5f
challengeType: 1
videoUrl: ''
localeTitle: 创建一个堆栈类
title: 创建一个堆栈类
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8259367417b2b2512c84
challengeType: 1
videoUrl: ''
localeTitle: 创建Trie搜索树
title: 创建Trie搜索树
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d825b367417b2b2512c8d
challengeType: 1
videoUrl: ''
localeTitle: 创建ES6 JavaScript地图
title: 创建ES6 JavaScript地图
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8254367417b2b2512c70
challengeType: 1
videoUrl: ''
localeTitle: 在ES6中创建和添加集
title: 在ES6中创建和添加集
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8258367417b2b2512c80
challengeType: 1
videoUrl: ''
localeTitle: 删除二进制搜索树中的叶节点
title: 删除二进制搜索树中的叶节点
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8258367417b2b2512c81
challengeType: 1
videoUrl: ''
localeTitle: 在二叉搜索树中删除具有一个子节点的节点
title: 在二叉搜索树中删除具有一个子节点的节点
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8258367417b2b2512c82
challengeType: 1
videoUrl: ''
localeTitle: 在二叉搜索树中删除具有两个子节点的节点
title: 在二叉搜索树中删除具有两个子节点的节点
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d825d367417b2b2512c96
challengeType: 1
videoUrl: ''
localeTitle: 深度优先搜索
title: 深度优先搜索
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8257367417b2b2512c7d
challengeType: 1
videoUrl: ''
localeTitle: 找到二叉搜索树的最小和最大高度
title: 找到二叉搜索树的最小和最大高度
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8256367417b2b2512c7a
challengeType: 1
videoUrl: ''
localeTitle: 在二叉搜索树中查找最小值和最大值
title: 在二叉搜索树中查找最小值和最大值
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d825b367417b2b2512c8c
challengeType: 1
videoUrl: ''
localeTitle: 用最小堆实现堆排序
title: 用最小堆实现堆排序
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8256367417b2b2512c79
challengeType: 1
videoUrl: ''
localeTitle: 发生率矩阵
title: 发生率矩阵
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d825a367417b2b2512c8a
challengeType: 1
videoUrl: ''
localeTitle: 将元素插入最大堆
title: 将元素插入最大堆
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8259367417b2b2512c83
challengeType: 1
videoUrl: ''
localeTitle: 反转二叉树
title: 反转二叉树
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8250367417b2b2512c5e
challengeType: 1
videoUrl: ''
localeTitle: 了解堆栈的工作原理
title: 了解堆栈的工作原理
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8254367417b2b2512c6e
challengeType: 1
videoUrl: ''
localeTitle: 对两组数据执行差异
title: 对两组数据执行差异
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8254367417b2b2512c6f
challengeType: 1
videoUrl: ''
localeTitle: 对两组数据执行子集检查
title: 对两组数据执行子集检查
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8253367417b2b2512c6c
challengeType: 1
videoUrl: ''
localeTitle: 在两个集上执行联合
title: 在两个集上执行联合
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8253367417b2b2512c6d
challengeType: 1
videoUrl: ''
localeTitle: 在两组数据上执行交集
title: 在两组数据上执行交集
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d825b367417b2b2512c8b
challengeType: 1
videoUrl: ''
localeTitle: 从最大堆中删除元素
title: 从最大堆中删除元素
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8251367417b2b2512c65
challengeType: 1
videoUrl: ''
localeTitle: 按索引从链接列表中删除元素
title: 按索引从链接列表中删除元素
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8251367417b2b2512c63
challengeType: 1
videoUrl: ''
localeTitle: 从链接列表中删除元素
title: 从链接列表中删除元素
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8254367417b2b2512c71
challengeType: 1
videoUrl: ''
localeTitle: 从ES6中的集中删除项目
title: 从ES6中的集中删除项目
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d825a367417b2b2512c88
challengeType: 1
videoUrl: ''
localeTitle: 反转双重链接列表
title: 反转双重链接列表
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8251367417b2b2512c64
challengeType: 1
videoUrl: ''
localeTitle: 在链接列表中搜索
title: 在链接列表中搜索
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8253367417b2b2512c6a
challengeType: 1
videoUrl: ''
localeTitle: 键入的数组
title: 键入的数组
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8255367417b2b2512c72
challengeType: 1
videoUrl: ''
localeTitle: 在ES6集上使用.has和.size
title: 在ES6集上使用.has和.size
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8258367417b2b2512c7f
challengeType: 1
videoUrl: ''
localeTitle: 在二叉搜索树中使用广度优先搜索
title: 在二叉搜索树中使用广度优先搜索
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8257367417b2b2512c7e
challengeType: 1
videoUrl: ''
localeTitle: 在二叉搜索树中使用深度优先搜索
title: 在二叉搜索树中使用深度优先搜索
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8255367417b2b2512c73
challengeType: 1
videoUrl: ''
localeTitle: 使用Spread和Notes进行ES5 Set集成
title: 使用Spread和Notes进行ES5 Set集成
---
## Description

View File

@ -2,7 +2,7 @@
id: 587d8251367417b2b2512c61
challengeType: 1
videoUrl: ''
localeTitle: 使用链接列表中的节点
title: 使用链接列表中的节点
---
## Description