Pinned Repositories
Aktiendepotwert-Simulator
Ein Tool, um den Wert Ihres Depots nach einem Zeitraum zu überschlagen.
AuD_Code_2_4_Postfix_Calculation_Stack
AuD_Uebung_1
Die Teilaufgaben sind in den verschiedenen Branches
AuD_WS23-24_Praktikum
AvSS_Entwurfsprinzipien_Beispiele
AvSS_Entwurfsprinzipien_Beispiele in C#
Bubble-Sort-in-C-language
Simple imlementation of Bubble Sort in C, using memory allocation and randomly generated values.
BubbleSort
A simple implementation of the bubble sort algorithm
Caesar-Encryption
Caesar encryption implementation
CountingSort
A simple implementation of the counting sort algorithm
GUInness
A simple API to make 2D game (engine) development easier and GUIs more customizable with pure Java
ThirdRealityStudios's Repositories
ThirdRealityStudios/GUInness
A simple API to make 2D game (engine) development easier and GUIs more customizable with pure Java
ThirdRealityStudios/AuD_Code_2_4_Postfix_Calculation_Stack
ThirdRealityStudios/AuD_Uebung_1
Die Teilaufgaben sind in den verschiedenen Branches
ThirdRealityStudios/AuD_WS23-24_Praktikum
ThirdRealityStudios/AvSS_Entwurfsprinzipien_Beispiele
AvSS_Entwurfsprinzipien_Beispiele in C#
ThirdRealityStudios/Bubble-Sort-in-C-language
Simple imlementation of Bubble Sort in C, using memory allocation and randomly generated values.
ThirdRealityStudios/Database_in_Java_with_JDBC_and_Postgre
ThirdRealityStudios/EVE-Chatbot
A simple chatbot.
ThirdRealityStudios/EVE-Network-Chatbot
A simple chatbot using a kind of network, consisting out of nodes.
ThirdRealityStudios/FakultaetIterativDekrementieren
Dekrementierender, iterativer Algorithmus für die Berechnung einer Fakultät als C-Programm.
ThirdRealityStudios/FakultaetRekursiv
Fakultät rekursiv geschrieben in C.
ThirdRealityStudios/gcd_Recursively_in_C
Recursive algorithm implemented in C to calculate the gcd (in German: ggT, größter gemeinsamer Teiler).
ThirdRealityStudios/HorizonEngine
A classic strategy game
ThirdRealityStudios/Info_1_WS_23_24_Praktikum
ThirdRealityStudios/Insertion-Sort-in-C-language-with-classical-implementation
ThirdRealityStudios/Insertion-Sort-in-C-language-with-for-loops-only
ThirdRealityStudios/Language-Interpreter
Helps to interprete usual languages, such as German. It will recognize word patterns and word sequences. Hence it knows by feeding it more data how to form simple sentences, though might not make sense at all.
ThirdRealityStudios/List
A simple implementation of a list.
ThirdRealityStudios/Navigation_Weak_AI_Artificial_Intelligence
ThirdRealityStudios/Queue-C-Language
A queue implementation in C, inclusively comments and test functions to prove the functionality.
ThirdRealityStudios/RSA-Encryption
A simple implementation of the RSA algorithm, both en- and decryption
ThirdRealityStudios/Selection-Sort-in-C-language
Simple imlementation of Selection Sort in C, using memory allocation and randomly generated values.
ThirdRealityStudios/SelectionSort
A simple implementation of the selection sort algorithm.
ThirdRealityStudios/Simple_Calendar_in_C
A simple calendar app, using Unit tests for software verification.
ThirdRealityStudios/Singleton_pattern_and_Factory_pattern_Java
ThirdRealityStudios/Socket_Ping
ThirdRealityStudios/Stack
A simple implementation of a stack in Java.
ThirdRealityStudios/Stack-C-Language
A stack implementation written in modern C standard.
ThirdRealityStudios/Traverse_binary_tree_in_C
ThirdRealityStudios/WeakPathAI
General weak AI written in Java, including JavaDOC HTML and brief JUnit tests