Skip to content
View DeividasBrazenas's full-sized avatar

Highlights

  • Pro

Block or report DeividasBrazenas

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. LinkedList_Basics LinkedList_Basics Public

    Basic LinkedList procedures like Insert, Delete, Largest and Smallest elements in the List, Reverse with recursion, Reverse with Iterative, Print

    C

  2. Disassembler_For_Intel8086_Architecture Disassembler_For_Intel8086_Architecture Public

    Disassembler for Intel8086 architecture for commands: MOV, PUSH, POP, ADD, INC, SUB, DEC, CMP, MUL, DIV, CALL, RET, JMP, Conditional Jumps, LOOP, INT, XOR, AND

    Assembly

  3. Matrix_MinMax_Counter_C_Dynamic_Array Matrix_MinMax_Counter_C_Dynamic_Array Public

    A program that counts a number of MinMaxes (MinMax is when the same element is smallest in its row and biggest in its column (or bigest in column and smallest in a row))

    C

  4. Matrix_MinMax_Counter_C_Static_Array Matrix_MinMax_Counter_C_Static_Array Public

    A program that counts a number of MinMaxes (MinMax is when the same element is smallest in its row and biggest in its column (or bigest in column and smallest in a row))

    C

  5. Find_and_Delete_Palindrome_Words_from_String Find_and_Delete_Palindrome_Words_from_String Public

    A program that reads one line from a file (255 characters) and deletes words palindromes (Palindrome - when word is read same from both sides) (count of spaces doesn't change)

    C

  6. Stack_Basics_C Stack_Basics_C Public

    C