Certainly! Here's a brief description for each file based on their names:
-
SLL_with_keyboard.py
- Description: Implementation of a Single Linked List with keyboard input.
-
checking_magic_matrix.py
- Description: Code to check if a given matrix is a magic matrix.
-
double_circular_linked_list.py
- Description: Implementation of a Double Circular Linked List.
-
double_linked_list.py
- Description: Implementation of a Double Linked List.
-
interpolation_search.py
- Description: Implementation of Interpolation Search algorithm.
-
linear&binary_search.py
- Description: Implementations of Linear and Binary Search algorithms.
-
membership_exponential_jump_search.py
- Description: Implementation of Membership Exponential Jump Search.
-
merge_sort_code.py
- Description: Implementation of the Merge Sort algorithm.
-
pyhton_tuples_all_topics.py
- Description: Python code covering various topics related to tuples.
-
python_10_problems_code.py
- Description: Python code addressing 10 programming problems.
-
python_caesar_cipher_method.py
- Description: Implementation of the Caesar Cipher method in Python.
-
python_class&function_topic.py
- Description: Python code covering topics related to classes and functions.
-
python_dict_full_topics.py
- Description: Python code covering various topics related to dictionaries.
-
python_for_loop_condition.py
- Description: Python code demonstrating the use of for loops and conditions.
-
python_function_topics.py
- Description: Python code covering various topics related to functions.
-
python_if&else_statements.py
- Description: Python code covering topics related to if and else statements.
-
python_inheritance&scopes&module_topics.py
- Description: Python code covering topics related to inheritance, scopes, and modules.
-
python_lambda_topics.py
- Description: Python code covering topics related to lambda functions.
-
python_lists_all_topics.py
- Description: Python code covering various topics related to lists.
-
python_palindrome&symmetric.py
- Description: Python code for checking palindromes and symmetric elements.
-
python_set_full_topics.py
- Description: Python code covering various topics related to sets.
-
python_stack&queue_methods.py
- Description: Python code covering methods related to stacks and queues.
-
python_while_statements.py
- Description: Python code demonstrating the use of while statements.
-
quick_sort_code.py
- Description: Implementation of the Quick Sort algorithm.
-
selection&bubble_sort.py
- Description: Implementations of Selection and Bubble Sort algorithms.
-
single_circular_linked_list.py
- Description: Implementation of a Single Circular Linked List.
-
single_linked_list.py
- Description: Implementation of a Single Linked List.