106
правок
Изменения
м
→Удаление элемента без пометок
j = i + q
'''while''' table[j] == '''null''' '''or''' table[j].key != table[i].key
'''if''' (table[j] == '''null''')
table[i] = '''null'''
'''return'''