master
Sorting merge Algorithm
Init commit
Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.
new problems
You are given a string word. A letter is called special if it appears both in lowercase and uppercase in word.
Реализация Линкид листа и метода добавления элемента в классе SinglyLinkedList. Задача по слиянию простых однонаправленных отсортированных линкид листов - класс ListMerge.