Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
code-pack
/
javascript-algorithms
Public
forked from
trekhleb/javascript-algorithms
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
javascript-algorithms
src
data-structures
doubly-linked-list
on
master
User selector
All users
All time
Commit History
Commits on Nov 10, 2022
feat: added ukr translations for bloom filter, Disjoint Set, Doubly Linked List (#957)
Show description for e625726
alexanderkhivrych
and
trekhleb
authored
e625726
Copy full SHA for e625726
Commits on Oct 10, 2022
Brazilian Portuguese translation and typos fixes (#943)
Show description for da6ae08
StPfeffer
and
trekhleb
authored
da6ae08
Copy full SHA for da6ae08
Commits on Aug 26, 2022
Update data-structure images.
trekhleb
committed
928bac1
Copy full SHA for 928bac1
Commits on Aug 21, 2022
Update DS images.
trekhleb
committed
036a67b
Copy full SHA for 036a67b
Commits on Jul 26, 2022
Update image for the Doubly Linked List.
trekhleb
committed
ceb6c85
Copy full SHA for ceb6c85
Update images for Linked List, Doubly Linked List, Queue, and Stack. (#915)
Show description for dc65485
trekhleb
authored
dc65485
Copy full SHA for dc65485
Commits on Jan 26, 2022
Typos in a doubly linked list's "ru" readme (#724)
tusba
authored
7ef78c4
Copy full SHA for 7ef78c4
Commits on Jan 25, 2022
fix typos (#773)
OscarRG
authored
ae91537
Copy full SHA for ae91537
Commits on Jan 22, 2022
Update README.zh-CN.md (#804)
Show description for e844a2f
jackbyebye1024
authored
e844a2f
Copy full SHA for e844a2f
Commits on May 6, 2021
Add link to Spanish translation in Doubly-Linked list README.
trekhleb
committed
cb50e4e
Copy full SHA for cb50e4e
Create README.es-ES.md (#680)
Show description for 5ffab57
Freivincampbell
authored
5ffab57
Copy full SHA for 5ffab57
Commits on Dec 15, 2020
Update README.zh-CN.md (#439)
bhaltair
authored
ae22574
Copy full SHA for ae22574
Commits on Dec 11, 2020
Add getValues() method to HashTable and update LinkedList READMEs.
trekhleb
committed
1b0e27a
Copy full SHA for 1b0e27a
Add doubly-linked-list doc in Korean (#449)
trustyoo86
authored
97dd96a
Copy full SHA for 97dd96a
Commits on Aug 21, 2020
Update README.ru-RU.md (#530)
Show description for 5a3806f
LostSenSS
authored
5a3806f
Copy full SHA for 5a3806f
Commits on Jul 26, 2020
Adding inequality conditions (#489)
Show description for 194f213
surajhell88
and
trekhleb
authored
194f213
Copy full SHA for 194f213
Upgrade dependencies and fix ESLint issues.
trekhleb
committed
63f5a27
Copy full SHA for 63f5a27
Commits on Apr 16, 2019
pt-BR translations fixes.
trekhleb
committed
e954d6d
Copy full SHA for e954d6d
Adds Portuguese (pt-BR) translation (#340)
Show description for ed99f9d
themgoncalves
authored and
trekhleb
committed
ed99f9d
Copy full SHA for ed99f9d
Commits on Apr 12, 2019
Add Japanese translation (#1) (#337)
Show description for 2632a3a
nari0shota
authored and
trekhleb
committed
2632a3a
Copy full SHA for 2632a3a
Commits on Mar 22, 2019
some mistakes in delete method and time comlexity (#322)
linghuam
authored and
trekhleb
committed
3eab9ee
Copy full SHA for 3eab9ee
Commits on Jan 4, 2019
[Fix] Capitalization issues of doubly linked list. (#282)
keisei77
authored and
trekhleb
committed
6261d0e
Copy full SHA for 6261d0e
Commits on Dec 28, 2018
Translate DoublyLinkedList. (#276)
Stulov Alex
authored and
trekhleb
committed
f53eb17
Copy full SHA for f53eb17
Commits on Dec 9, 2018
Code style updates for DoublyLinkedList tests.
trekhleb
committed
afa3346
Copy full SHA for afa3346
fixed doubly-linked-list reverse method omit change node's previous (#257)
jadestrong
authored and
trekhleb
committed
c18d119
Copy full SHA for c18d119
Commits on Sep 8, 2018
Add reverse() method for doubly linked list.
trekhleb
committed
6f27113
Copy full SHA for 6f27113
Commits on Aug 30, 2018
Partial translation of Simplified Chinese (#185)
Show description for 872521f
suifengtec
authored and
trekhleb
committed
872521f
Copy full SHA for 872521f
Commits on Aug 14, 2018
Fix pseudocode formatting.
trekhleb
committed
b0c9057
Copy full SHA for b0c9057
Update README.md (#164)
Show description for 7207bce
moshejs
authored and
trekhleb
committed
7207bce
Copy full SHA for 7207bce
Commits on Aug 6, 2018
Add fromArray() methods to LinkedList and DoublyLinkedList.
trekhleb
committed
88bbfdc
Copy full SHA for 88bbfdc
Patch 5 (#127)
Show description for 0ea2423
seIncorp
authored and
trekhleb
committed
0ea2423
Copy full SHA for 0ea2423
Commits on Jul 5, 2018
Upgrade packages.
trekhleb
committed
17ad4dc
Copy full SHA for 17ad4dc
Minor code style fixes for DoublyLinkedList.
trekhleb
committed
d0499d2
Copy full SHA for d0499d2
Minor code style fixes for DoublyLinkedList.
trekhleb
committed
a72fda4
Copy full SHA for a72fda4
Extend DoublyLinkedListNode tests.
trekhleb
committed
6a5ed26
Copy full SHA for 6a5ed26
Previous
Next
You can’t perform that action at this time.