MCPcopy Create free account

hub / github.com/BrightDaniel/alx-higher_level_programming / functions

Functions748 in github.com/BrightDaniel/alx-higher_level_programming

Methoddouble
()
0x12-javascript-warm_up/0x13-javascript_objects_scopes_closures/4-rectangle.js:26
Functionelement_at
(my_list, idx)
0x03-python-data_structures/1-element_at.py:5
Functionfind_peak
Finds the peak in a list of integers
0x10-python-network_0/6-peak.py:5
Functionfizzbuzz
()
0x01-python-if_else_loops_functions/12-fizzbuzz.py:2
Functionfrom_json_string
returns an object represented by a JSON string
0x0B-python-input_output/4-from_json_string.py:9
Functionget_nodeint_at_index
* get_nodeint_at_index - Gets a node from a linked list * @head: The head of the linked list * @index: The index to find in the linked list *
0x03-python-data_structures/13-is_palindrome.c:46
Methodheight
getter for the private instance attribute height
0x08-python-more_classes/7-rectangle.py:39
Methodheight
getter for the private instance attribute height
0x08-python-more_classes/4-rectangle.py:29
Methodheight
getter for the private instance attribute height
0x08-python-more_classes/1-rectangle.py:29
Methodheight
getter for the private instance attribute height
0x08-python-more_classes/8-rectangle.py:50
Methodheight
getter for the private instance attribute height
0x08-python-more_classes/5-rectangle.py:33
Methodheight
getter for the private instance attribute height
0x08-python-more_classes/3-rectangle.py:29
Methodheight
getter for the private instance attribute height
0x08-python-more_classes/6-rectangle.py:38
Methodheight
getter for the private instance attribute height
0x08-python-more_classes/2-rectangle.py:29
Methodheight
getter for the private instance attribute height
0x08-python-more_classes/9-rectangle.py:55
Methodheight
Set/get the height of the Rectangle.
0x0C-python-almost_a_circle/models/rectangle.py:43
Methodheight
getter for the private instance attribute height
0x09-python-everything_is_object/0x08-python-more_classes/7-rectangle.py:39
Methodheight
getter for the private instance attribute height
0x09-python-everything_is_object/0x08-python-more_classes/4-rectangle.py:29
Methodheight
getter for the private instance attribute height
0x09-python-everything_is_object/0x08-python-more_classes/1-rectangle.py:29
Methodheight
getter for the private instance attribute height
0x09-python-everything_is_object/0x08-python-more_classes/8-rectangle.py:50
Methodheight
getter for the private instance attribute height
0x09-python-everything_is_object/0x08-python-more_classes/5-rectangle.py:33
Methodheight
getter for the private instance attribute height
0x09-python-everything_is_object/0x08-python-more_classes/3-rectangle.py:29
Methodheight
getter for the private instance attribute height
0x09-python-everything_is_object/0x08-python-more_classes/6-rectangle.py:38
Methodheight
getter for the private instance attribute height
0x09-python-everything_is_object/0x08-python-more_classes/2-rectangle.py:29
Methodheight
getter for the private instance attribute height
0x09-python-everything_is_object/0x08-python-more_classes/9-rectangle.py:55
Functioninherits_from
returns true if obj is a subclass of a_class, otherwise false
0x0A-python-inheritance/4-inherits_from.py:7
Methodinteger_validator
validates that value is an integer greater than 0
0x0A-python-inheritance/7-base_geometry.py:13
Functionis_kind_of_class
True if obj is an instance or inherited from a_class, else False
0x0A-python-inheritance/3-is_kind_of_class.py:7
Functionis_palindrome
* is_palindrome - Checks if a singly linked list is a palindrome * @head: The head of the singly linked list * * Return: 0 if it is not a palind
0x03-python-data_structures/13-is_palindrome.c:11
Functionis_same_class
return true if obj is the exact class a_class, otherwise false
0x0A-python-inheritance/2-is_same_class.py:7
Functionislower
(c)
0x01-python-if_else_loops_functions/7-islower.py:2
Functionlazy_matrix_mul
Return the multiplication of two matrices. Args: m_a (list of lists of ints/floats): The first matrix. m_b (list of lists of ints/
0x07-python-test_driven_development/101-lazy_matrix_mul.py:7
Functionlist_division
(my_list_1, my_list_2, list_length)
0x05-python-exceptions/4-list_division.py:2
Functionlookup
returns a list of available attributes and methods of an object
0x0A-python-inheritance/0-lookup.py:7
Functionmagic_calculation
(a, b)
0x05-python-exceptions/102-magic_calculation.py:4
Functionmagic_calculation
(a, b)
0x00-python-hello_world/102-magic_calculation.py:2
Functionmagic_string
(H=[])
0x09-python-everything_is_object/100-magic_string.py:2
Functionmatrix_divided
divides matrix by scalar integer, rounded to two decimal places
0x07-python-test_driven_development/2-matrix_divided.py:5
Functionmatrix_mul
matrix_mul function that multiplies two matrix Args: m_a (list of lists): first matrix m_b (list of lists): second matrix
0x07-python-test_driven_development/100-matrix_mul.py:5
Functionmultiple_returns
(sentence)
0x03-python-data_structures/8-multiple_returns.py:3
Functionmultiply_by_2
(my_dict)
0x04-python-more_data_structures/9-multiply_by_2.py:2
Functionmultiply_by_2
(my_dict)
0x02-python-import_modules/0x04-python-more_data_structures/9-multiply_by_2.py:2
Functionmultiply_list_map
(my_list=[], number=0)
0x04-python-more_data_structures/11-multiply_list_map.py:2
Functionmultiply_list_map
(my_list=[], number=0)
0x02-python-import_modules/0x04-python-more_data_structures/11-multiply_list_map.py:2
Methodmy_print
prints the square Returns: None
0x06-python-classes/5-square.py:50
Methodmy_print
Print the square with the # character.
0x06-python-classes/101-square.py:49
Methodmy_print
Print the square with the # character.
0x06-python-classes/6-square.py:49
Functionnew_in_list
(my_list, idx, element)
0x03-python-data_structures/4-new_in_list.py:4
Methodnext_node
Get/set the next_node of the Node.
0x06-python-classes/100-singly_linked_list.py:30
Functionno_c
(my_string)
0x03-python-data_structures/5-no_c.py:3
Functionnumber_keys
(my_dict)
0x04-python-more_data_structures/5-number_keys.py:2
Functionnumber_keys
(my_dict)
0x02-python-import_modules/0x04-python-more_data_structures/5-number_keys.py:2
Functiononly_diff_elements
(set_1, set_2)
0x04-python-more_data_structures/4-only_diff_elements.py:2
Functiononly_diff_elements
(set_1, set_2)
0x02-python-import_modules/0x04-python-more_data_structures/4-only_diff_elements.py:2
Functionpascal_triangle
Represent Pascal's Triangle of size n. Returns a list of lists of integers representing the triangle.
0x0B-python-input_output/12-pascal_triangle.py:5
Methodperimeter
returns the perimeter of the rectangle
0x08-python-more_classes/7-rectangle.py:56
Methodperimeter
returns the perimeter of the rectangle
0x08-python-more_classes/4-rectangle.py:46
Methodperimeter
returns the perimeter of the rectangle
0x08-python-more_classes/8-rectangle.py:67
Methodperimeter
returns the perimeter of the rectangle
0x08-python-more_classes/5-rectangle.py:50
Methodperimeter
returns the perimeter of the rectangle
0x08-python-more_classes/3-rectangle.py:46
Methodperimeter
returns the perimeter of the rectangle
0x08-python-more_classes/6-rectangle.py:55
Methodperimeter
returns the perimeter of the rectangle
0x08-python-more_classes/2-rectangle.py:46
Methodperimeter
returns the perimeter of the rectangle
0x08-python-more_classes/9-rectangle.py:72
Methodperimeter
returns the perimeter of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/7-rectangle.py:56
Methodperimeter
returns the perimeter of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/4-rectangle.py:46
Methodperimeter
returns the perimeter of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/8-rectangle.py:67
Methodperimeter
returns the perimeter of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/5-rectangle.py:50
Methodperimeter
returns the perimeter of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/3-rectangle.py:46
Methodperimeter
returns the perimeter of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/6-rectangle.py:55
Methodperimeter
returns the perimeter of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/2-rectangle.py:46
Methodperimeter
returns the perimeter of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/9-rectangle.py:72
Methodposition
Get/set the current position of the square.
0x06-python-classes/101-square.py:32
Methodposition
Get/set the current position of the square.
0x06-python-classes/6-square.py:32
Functionpow
(a, b)
0x01-python-if_else_loops_functions/11-pow.py:2
Methodprint
()
0x13-javascript_objects_scopes_closures/4-rectangle.js:10
Methodprint
()
0x13-javascript_objects_scopes_closures/3-rectangle.js:10
Methodprint
()
0x12-javascript-warm_up/0x13-javascript_objects_scopes_closures/4-rectangle.js:10
Methodprint
()
0x12-javascript-warm_up/0x13-javascript_objects_scopes_closures/3-rectangle.js:10
Functionprint_last_digit
prints the last digit of a number
0x01-python-if_else_loops_functions/9-print_last_digit.py:2
Functionprint_list_integer
(my_list=[])
0x03-python-data_structures/0-print_list_integer.py:3
Functionprint_matrix_integer
(matrix=[[]])
0x03-python-data_structures/6-print_matrix_integer.py:4
Functionprint_python_list
* print_python_list - Prints basic info about Python lists. * @p: A PyObject list object. */
0x05-python-exceptions/103-python.c:11
Functionprint_python_list
0x04-python-more_data_structures/103-python.c:40
Functionprint_python_list
0x02-python-import_modules/0x04-python-more_data_structures/103-python.c:40
Functionprint_python_list_info
* print_python_list_info - Print some basic info about Python lists * @p: PyObject * * Return: Nothing */
0x03-python-data_structures/100-print_python_list_info.c:10
Functionprint_python_string
* print_python_string - Prints information about Python strings. * @p: A PyObject string object. */
0x07-python-test_driven_development/102-python.c:7
Functionprint_reversed_list_integer
(my_list=[])
0x03-python-data_structures/3-print_reversed_list_integer.py:3
Methodprint_sorted
prints the sorted list
0x0A-python-inheritance/1-my_list.py:13
Functionprint_sorted_dictionary
(my_dict)
0x04-python-more_data_structures/6-print_sorted_dictionary.py:2
Functionprint_sorted_dictionary
(my_dict)
0x02-python-import_modules/0x04-python-more_data_structures/6-print_sorted_dictionary.py:2
Functionprint_square
prints a square with "#"'s that has a length of size
0x07-python-test_driven_development/4-print_square.py:8
Functionraise_exception
()
0x05-python-exceptions/5-raise_exception.py:2
Functionraise_exception_msg
(message="")
0x05-python-exceptions/6-raise_exception_msg.py:2
Functionread_file
reads a text file(UTF8) and prints it to stdout
0x0B-python-input_output/0-read_file.py:7
Methodreload_from_json
replaces all attributes of the Student instance
0x0B-python-input_output/11-student.py:28
Functionreplace_in_list
(my_list, idx, element)
0x03-python-data_structures/2-replace_in_list.py:3
Functionroman_to_int
(roman_string)
0x04-python-more_data_structures/12-roman_to_int.py:2
Functionroman_to_int
(roman_string)
0x02-python-import_modules/0x04-python-more_data_structures/12-roman_to_int.py:2
Methodrotate
()
0x13-javascript_objects_scopes_closures/4-rectangle.js:20
Methodrotate
()
0x12-javascript-warm_up/0x13-javascript_objects_scopes_closures/4-rectangle.js:20
← previousnext →201–300 of 748, ranked by callers