Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
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
/
Sign in
Sign up
Appearance settings
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 }}
lala991204
/
Data-Structure-Algorithm
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
master
Branches
Tags
Go to file
Code
Open more actions menu
Latest commit
History
88 Commits
88 Commits
Folders and files
Name
Name
Last commit message
Last commit date
1_10_finding_prime.ipynb
1_10_finding_prime.ipynb
1_11_generate_prime.ipynb
1_11_generate_prime.ipynb
1_12_testing_numpy.ipynb
1_12_testing_numpy.ipynb
1_13_testing_numpy_speed.ipynb
1_13_testing_numpy_speed.ipynb
1_1_testing_floats.ipynb
1_1_testing_floats.ipynb
1_2_convert_to_decimal.ipynb
1_2_convert_to_decimal.ipynb
1_3_convert_from_decimal.ipynb
1_3_convert_from_decimal.ipynb
1_4_convert_from_decimal_larger_bases.ipynb
1_4_convert_from_decimal_larger_bases.ipynb
1_5_convert_dec_to_any_base_rec.ipynb
1_5_convert_dec_to_any_base_rec.ipynb
1_6_finding_gcd.ipynb
1_6_finding_gcd.ipynb
1_7_testing_random.ipynb
1_7_testing_random.ipynb
1_9_find_fibonacci_by_generator.ipynb
1_9_find_fibonacci_by_generator.ipynb
2_10_combination.ipynb
2_10_combination.ipynb
2_11_palindrome.ipynb
2_11_palindrome.ipynb
2_1_count_unique_words.ipynb
2_1_count_unique_words.ipynb
2_2_runtime_lists_with_timeit_module.ipynb
2_2_runtime_lists_with_timeit_module.ipynb
2_3_reversing_string.ipynb
2_3_reversing_string.ipynb
2_4_reversing_words.ipynb
2_4_reversing_words.ipynb
2_5_reversing_words.ipynb
2_5_reversing_words.ipynb
2_6_reversing_words.ipynb
2_6_reversing_words.ipynb
2_7_reversing_words.ipynb
2_7_reversing_words.ipynb
2_8_simple_str_compression.ipynb
2_8_simple_str_compression.ipynb
2_9_permutation.ipynb
2_9_permutation.ipynb
3_10_is_anagram_using_ord.ipynb
3_10_is_anagram_using_ord.ipynb
3_11_find_dice_probabilities.ipynb
3_11_find_dice_probabilities.ipynb
3_12_delete_duplicate_char_str.ipynb
3_12_delete_duplicate_char_str.ipynb
3_1_set_operations_with_lists.ipynb
3_1_set_operations_with_lists.ipynb
3_2_set_operations_with_dicts.ipynb
3_2_set_operations_with_dicts.ipynb
3_3_setdefault_example.ipynb
3_3_setdefault_example.ipynb
3_4_runtime_dicts_with_timeit_module.ipynb
3_4_runtime_dicts_with_timeit_module.ipynb
3_5_defaultdict_example.ipynb
3_5_defaultdict_example.ipynb
3_6_orderedDict_example.ipynb
3_6_orderedDict_example.ipynb
3_7_counterDict_example.ipynb
3_7_counterDict_example.ipynb
3_8_find_top_N_recurring_words.ipynb
3_8_find_top_N_recurring_words.ipynb
3_9_is_anagram.ipynb
3_9_is_anagram.ipynb
4_1_sys_example.ipynb
4_1_sys_example.ipynb
4_2_fib_generator.ipynb
4_2_fib_generator.ipynb
4_3_grep_word_from_files.ipynb
4_3_grep_word_from_files.ipynb
7_10_linkedlist_LIFO.ipynb
7_10_linkedlist_LIFO.ipynb
7_11_linkedlist_FIFO.ipynb
7_11_linkedlist_FIFO.ipynb
7_12_hash_table.ipynb
7_12_hash_table.ipynb
7_13_reverse_string_with_stack.ipynb
7_13_reverse_string_with_stack.ipynb
7_14_balance_parenthesis_str_stack.ipynb
7_14_balance_parenthesis_str_stack.ipynb
7_15_dec2bin_with_stack.ipynb
7_15_dec2bin_with_stack.ipynb
7_16_stack_with_min.ipynb
7_16_stack_with_min.ipynb
7_17_set_of_stacks.ipynb
7_17_set_of_stacks.ipynb
7_18_palindrome_checker_with_deque.ipynb
7_18_palindrome_checker_with_deque.ipynb
7_19_animal_shelter.ipynb
7_19_animal_shelter.ipynb
7_1_stack.ipynb
7_1_stack.ipynb
7_20_find_N_largest_smallest_items_seq.ipynb
7_20_find_N_largest_smallest_items_seq.ipynb
7_21_merge_sorted_seqs.ipynb
7_21_merge_sorted_seqs.ipynb
7_22_find_kth_from_the_end.ipynb
7_22_find_kth_from_the_end.ipynb
7_23_part_linked_list.ipynb
7_23_part_linked_list.ipynb
7_24_doubled_linked_list_fifo.ipynb
7_24_doubled_linked_list_fifo.ipynb
7_25_check_pal.ipynb
7_25_check_pal.ipynb
7_26_sum_linked_list.ipynb
7_26_sum_linked_list.ipynb
7_27_circular_linked_list.ipynb
7_27_circular_linked_list.ipynb
7_2_stack_with_node.ipynb
7_2_stack_with_node.ipynb
7_3_queue.ipynb
7_3_queue.ipynb
7_4_queue_from_two_stacks.ipynb
7_4_queue_from_two_stacks.ipynb
7_5_linked_queue.ipynb
7_5_linked_queue.ipynb
7_6_deque.ipynb
7_6_deque.ipynb
7_7_max_heapify.ipynb
7_7_max_heapify.ipynb
7_8_priority_queue.ipynb
7_8_priority_queue.ipynb
7_9_node.ipynb
7_9_node.ipynb
8_find_fibonacci_seq.ipynb
8_find_fibonacci_seq.ipynb
Self-Introduction.txt
Self-Introduction.txt
View all files
About
No description, website, or topics provided.
Activity
Stars
1
star
Watchers
1
watching
Forks
0
forks
Report repository
Releases
Packages
Contributors
Languages
You can’t perform that action at this time.