hello-algo/en/docs
Anurag Pandey f4d398d01b
Improved HTML Structure for Better Accessibility and Maintainability
Commit Description:

    Semantic Sectioning and Class Names:
        Updated class names to be more descriptive.
        Ensured better readability and maintainability.

    Alt Text for Images:
        Added alt attributes to all <img> tags to improve accessibility.

    SVG Elements:
        Added appropriate role attributes to SVG elements.

    External Links:
        Updated external links to open in a new tab using target="_blank".
        Added rel="noopener noreferrer" for security reasons.

    CSS Separation:
        Inlined styles for demonstration purposes but recommended moving them to a separate stylesheet for better separation of concerns.
2024-07-15 16:18:24 +05:30
..
assets/covers Add the chapter of hello algo for the en version (#1269) 2024-04-11 20:07:30 +08:00
chapter_appendix Bug fixes and improvements (#1348) 2024-05-06 14:44:48 +08:00
chapter_array_and_linkedlist Bug fixes and improvements (#1380) 2024-05-31 16:39:06 +08:00
chapter_backtracking Bug fixes and improvements (#1380) 2024-05-31 16:39:06 +08:00
chapter_computational_complexity Bug fixes and improvements (#1348) 2024-05-06 14:44:48 +08:00
chapter_data_structure translation: refine the translation of data_structure/summary (#1374) 2024-06-13 15:20:29 +08:00
chapter_divide_and_conquer Bug fixes and improvements (#1380) 2024-05-31 16:39:06 +08:00
chapter_dynamic_programming Add intial translation of the figures for the chapters of dynamic programming, greedy (#1336) 2024-05-31 15:58:43 +08:00
chapter_graph translation: refine translation of chapter_graph/graph.md (#1385) 2024-07-12 18:20:01 +08:00
chapter_greedy Add intial translation of the figures for the chapters of dynamic programming, greedy (#1336) 2024-05-31 15:58:43 +08:00
chapter_hashing translation: optimize the translation of hash_map.md (#1358) 2024-06-13 15:31:15 +08:00
chapter_heap Add intial translation of the figures for the chapters of hashing, tree, and heap (#1339) 2024-05-31 15:59:59 +08:00
chapter_hello_algo Add the initial translation of chapter "searching" (#1324) 2024-05-01 05:56:27 +08:00
chapter_introduction Bug fixes and improvements (#1348) 2024-05-06 14:44:48 +08:00
chapter_preface Bug fixes and improvements (#1348) 2024-05-06 14:44:48 +08:00
chapter_reference Add "reference" for EN version. Bug fixes. (#1326) 2024-05-01 06:49:33 +08:00
chapter_searching Add intial translation of the figures for the chapters of graph, searching, and sorting (#1338) 2024-05-31 16:00:43 +08:00
chapter_sorting Add intial translation of the figures for the chapters of graph, searching, and sorting (#1338) 2024-05-31 16:00:43 +08:00
chapter_stack_and_queue Bug fixes and improvements (#1348) 2024-05-06 14:44:48 +08:00
chapter_tree fix: correct comment translation in binary_tree.md (#1406) 2024-07-01 15:10:46 +08:00
index.assets Several bug fixes and improvements (#1178) 2024-03-26 02:49:26 +08:00
index.html Improved HTML Structure for Better Accessibility and Maintainability 2024-07-15 16:18:24 +05:30
index.md Many bug fixes and improvements (#1270) 2024-04-11 20:18:19 +08:00