Shaun Reed
|
912cb47dcf
|
Add example of adapter pattern in C++
|
2021-05-11 16:57:42 -04:00 |
Shaun Reed
|
da9d26cf15
|
Add example of bridge pattern in C++
|
2021-05-11 16:03:03 -04:00 |
Shaun Reed
|
baabfa439a
|
Add abstract-factory pattern example
|
2021-05-11 15:42:08 -04:00 |
Shaun Reed
|
54426cbe5b
|
Add factory example
|
2021-05-11 15:04:58 -04:00 |
Shaun Reed
|
9bb2f9867d
|
Add example for classic singleton
|
2021-05-11 12:54:16 -04:00 |
Shaun Reed
|
248e48d5c9
|
Add subdirectory for practicing design patterns in C++
+ Add example for singleton
|
2021-05-11 11:56:46 -04:00 |
Shaun Reed
|
8646cd51ea
|
Add CMakeLists for algorithms subdirectories
|
2021-05-04 23:07:39 -04:00 |
Shaun Reed
|
e585f18359
|
Add blockchain directory for working on related projects
+ Add sample Solidity project template, README instructions
|
2021-05-03 14:46:36 -04:00 |
Shaun Reed
|
8817a594be
|
Add cmake project files for cpp/ directory and all relevant subdirecctories
+ Add Makefiles generated by CMake JIC make is preferred
+ Update cmake version, header comments, and project descriptions
|
2021-04-28 00:10:47 -04:00 |
Shaun Reed
|
d4f6fb9d41
|
Add new cpp/algorithms directory, include basic selection sort example
|
2021-01-17 17:04:20 -05:00 |
Shaun Reed
|
245e04e083
|
Update READMEs
|
2020-11-25 07:06:48 -05:00 |
Shaun Reed
|
59d482cad7
|
Update to more recent Ansible roles
|
2020-11-25 11:38:20 +00:00 |
Shaun Reed
|
96182bb06a
|
Update core ansible role
|
2020-11-23 23:07:31 +00:00 |
Shaun Reed
|
e4ccaf4bd9
|
Update READMEs
|
2020-11-23 14:45:00 -05:00 |
Shaun Reed
|
b9843a5d99
|
Move datastruct template implementations to header files
|
2020-08-01 22:57:12 -04:00 |
Shaun Reed
|
e4e1fd09d6
|
Move preprocessor TYPE define to header files
|
2020-07-30 19:27:29 -04:00 |
Shaun Reed
|
23eb29ea0d
|
Add RD for a queuelist class using templates
|
2020-07-30 19:08:59 -04:00 |
Shaun Reed
|
4fe1fc106b
|
Remove unused BST class template
|
2020-07-30 18:45:01 -04:00 |
Shaun Reed
|
f7c22e4228
|
Add RD of a queuelist class using templates
|
2020-07-30 18:44:01 -04:00 |
Shaun Reed
|
3729e15f1e
|
Add RD of a doublelist class using templates
+ Fix 'insert at' function from printing result output twice
|
2020-07-30 16:39:28 -04:00 |
Shaun Reed
|
c31a7a6571
|
Add RD for vector class using templates
|
2020-07-24 16:55:36 -04:00 |
Shaun Reed
|
2c6400cc87
|
Initial commit for starting work on templates
|
2020-07-23 17:58:18 -04:00 |
Shaun Reed
|
a692a0f631
|
Add CMakeLists for all datastructs
+ Reorder, refactor comments
|
2020-07-11 23:04:45 -04:00 |
Shaun Reed
|
be91573abc
|
Finish MaxHeap ctor, dtor and op=
|
2020-07-11 20:35:49 -04:00 |
Shaun Reed
|
4d917b2db8
|
Add RD of MaxHeap implementation
|
2020-07-09 22:20:14 -04:00 |
Shaun Reed
|
a864342974
|
Add RD of Binary Search Tree implementation
+ Update .gitignore to exclude .idea configs
|
2020-07-04 20:58:14 -04:00 |
Shaun Reed
|
b258c14022
|
Work on Vector RD
+ Finish const, destr, and op=
+ Improve logic to match changes to data members
+ Update doxygen to reflect changes made to Vector class
|
2020-07-03 21:30:44 -04:00 |
Shaun Reed
|
d2b0281fa2
|
Add RD of a vector class
|
2020-07-03 15:36:21 -04:00 |
Shaun Reed
|
1a9483ebcc
|
Add script to fix VBox VMs
+ Corrects porions of the screen being rendered unclickable
+ https://askubuntu.com/questions/1014172/virtualbox-unresponsive-area-on-desktop
+ https://forums.linuxmint.com/viewtopic.php?t=247850
|
2020-06-14 14:29:16 -04:00 |
Shaun Reed
|
a64ff73f1f
|
Cleanup files, add comments
|
2020-06-12 00:36:03 -04:00 |
Shaun Reed
|
1076427f84
|
Add RD of queue using linked list
|
2020-06-12 00:21:59 -04:00 |
Shaun Reed
|
f0257c720d
|
RD of stack using linked list
|
2020-06-11 18:32:53 -04:00 |
Shaun Reed
|
6b8435d5f6
|
Check return value when peeking linked lists
|
2020-06-04 08:48:45 -04:00 |
Shaun Reed
|
60b4042681
|
Update adduser.sh to append new users to group
|
2020-05-27 14:17:53 +00:00 |
Shaun Reed
|
3428dc9843
|
Update vimrc to more recent settings
|
2020-05-27 14:13:35 +00:00 |
Shaun Reed
|
11438d1a2f
|
Reorganize files
|
2020-05-23 03:59:42 +00:00 |
Shaun Reed
|
7557122774
|
Add plays to backup and install a hexo server
|
2020-05-23 03:48:26 +00:00 |
Shaun Reed
|
1a3270d012
|
Add play to backup bookstack, reorganize files
|
2020-05-23 03:47:59 +00:00 |
Shaun Reed
|
027e221d35
|
Fix fake hexo username to match rest of playbooks
|
2020-05-09 04:34:25 +00:00 |
Shaun Reed
|
ad91b3b892
|
Add hexo playbooks for install and backups
|
2020-05-09 04:30:35 +00:00 |
Shaun Reed
|
ea6a43b8b0
|
RD of circular doubly linked list class
|
2020-05-07 16:23:01 -04:00 |
Shaun Reed
|
d53c83c748
|
Initial commit for circular doubly linked list class
|
2020-05-07 16:21:14 -04:00 |
Shaun Reed
|
7ebcb12569
|
Clean up old and new files
|
2020-05-01 00:02:45 -04:00 |
Shaun Reed
|
4eb25a22b1
|
RD of doubly linked list class
|
2020-04-30 23:43:25 -04:00 |
Shaun Reed
|
98b0d724cf
|
Initial commit for doubly linked list
|
2020-04-30 23:40:35 -04:00 |
Shaun Reed
|
87b3f5a394
|
RD of circular singly linked list
|
2020-04-30 15:01:14 -04:00 |
Shaun Reed
|
f37e863e3e
|
Initial commit for CircleSingleList
|
2020-04-30 14:59:05 -04:00 |
Shaun Reed
|
5a88c0d1c7
|
Remove old info in READMEs
|
2020-04-26 22:28:49 -04:00 |
Shaun Reed
|
23d1ce7b4a
|
Add comments for operator= in singlelist
|
2020-04-26 22:19:34 -04:00 |
Shaun Reed
|
110ac83be8
|
Rename directories, fix assignment operator in singlelist
|
2020-04-26 21:47:59 -04:00 |