Skip to content

Individual activities by period

ParkDongChan edited this page Jun 10, 2019 · 32 revisions

2019, May 7 ~ May 27

2019, May 7

박동찬(Park DongChan) ParkDongChan

조민규(Jo Mingyu) redjo99

  • Found project named "TheAlgorithms/Java"
  • Helped select project to fork "TheAlgorithms"
  • Wrote some parts of readme of whole project

2019, May 14

조민규(Jo Mingyu) redjo99

  • Wrote Wiki page with contributors' information and project source

2019, May 21

박동찬(Park DongChan) ParkDongChan

조민규(Jo Mingyu) redjo99

  • Found some parts we can contribute (exercism folder, ProjectEuler folder, sorting folder, searching folder)
  • Started writing Gomoku('오목' in Korean) program for exercism

2019, May 27

조민규(Jo Mingyu) redjo99

  • Find radix sorting algorithm
  • Wrote radix sorting program and added directly to master branch
  • Made a problem when push in Git Bash

2019, May 28 ~ June 3

2019, May 28

조민규(Jo Mingyu) redjo99

  • Re-uploaded radix sorting code using master branch, but not using Git Bash 'radix sorting 1.0.1'

이정우(Lee Jeongwoo) jeongwoo25

  • Reviewed 'BubbleSort', improved the efficiency and fixed the errors.

이지우(Lee Jiwoo) LJW25

  • Recopy our project from The Algorithm. 'copy project'
  • Add our team information and project explanation in main README.me.

2019, May 29

조민규(Jo Mingyu) redjo99

  • Revised radix sorting code
  • Added dynamic allocation and a function implements finding local minimum.

2019, May 30

조민규(Jo Mingyu) redjo99

  • Updated radix sorting code to a 1.0.3 version
  • Solved ArrayIndexOutOfBounds problem by changing some values in for statement.

이지우(Lee Jiwoo) LJW25

  • Write code which convert number N base to M base. 'Create NtoM.c'

2019, May 31

이정우(LEE Jeongwoo) 'jeongwoo25'

  • Reviewed 'SelectionSort', improved the readability, the efficiency, and fixed the allocation error.

이지우(Lee Jiwoo) LJW25

2019, June 4 ~ June 11

2019, June 3

박동찬(Park DongChan) ParkDongChan

이정우(Lee Jeongwoo) 'jeongwoo25'

이지우(Lee Jiwoo) LJW25

2019, June 4

박동찬(Park DongChan) ParkDongChan

조민규(Jo Mingyu) redjo99

  • Created bulls_and_cows('숫자야구' in Koran) codes 'bulls_and_cows 1.0.0'
  • Updated bulls_and_cows two times by changing function return type, changing initial variable value, respectively.
  • Created readme file in each project files for the first visitors

이정우(Lee Jeongwoo) 'jeongwoo25'

이지우(Lee Jiwoo) LJW25

2019, June 5

박동찬(Park DongChan) ParkDongChan

조민규(Jo Mingyu) redjo99

이정우(Lee Jeongwoo) jeongwoo25

  • Reviewed 'MergeSort' and improved the user interface and code readability.
  • Reviewed 'SingleLinkedList_Operations', improved the output form and fixed the nullptr errors.
  • Reviewed 'Mean', improved the correctness of the result and fixed the errors in swap process.
  • Created 'QuickSort_Iterative'.c file in sorting folder.

이지우(Lee Jiwoo) LJW25

2019, June 6

박동찬(Park DongChan) ParkDongChan

조민규(Jo Mingyu) redjo99

이정우(Lee Jeongwoo) jeongwoo25

이지우(Lee Jiwoo) LJW25

2019, June 7

박동찬(Park DongChan) ParkDongChan

조민규(Jo Mingyu) redjo99

이지우(Lee Jiwoo) LJW25

2019, June 8

박동찬(Park DongChan) ParkDongChan

조민규(Jo Mingyu) redjo99

이지우(Lee Jiwoo) LJW25

2019, June 9

조민규(Jo Mingyu) redjo99

  • Updated 1st solution for Problem7 in ProjectEuler
  • Included math header file to use sqrt function
  • Added multiplyPrimes, lastCalculation function
  • Updated 1st solution for Problem5 in ProjectEuler
  • Changed return type of primesLessThanN
  • Completed multiplyPrimes algorithms
  • Added lastCalculation function

이정우(Lee Jeongwoo) jeongwoo25

  • Reviewed 'Median', improved the result value and user interface and fixed the errors in allocation and sorting process.
  • Reviewed 'LinearSearch', fixed allocation errors in array and made the output form clear.
  • Reviewed 'Binarys', made the user interface better and split the BinarySearch from the main function to make the code easy.
  • Reviewed 'Recursive_traversals' and edit the return type of the functions.
  • Created 'TreeSort'.c file in sorting folder.
  • Created 'Dijkstra_example'.c file in data_structures\graphs folder.
  • Created 'GCD_BruteForce'.c file in misc folder.
  • Created 'GCD_BruteForce+'.c file in misc folder.

이지우(Lee Jiwoo) LJW25

2019, June 10

박동찬(Park DongChan) ParkDongChan

조민규(Jo Mingyu) redjo99

  • Updated 1st solution for Problem 7 in ProjectEuler
  • Since I made mistake of applying solution for problem 5, I got back that code
  • Binded some codes in ProjectEuler by renaming those files' name
  • Created 5 java files(Grille, Morpion, Morpionjava, TimeFactor, Victoire) for Gomoku algorithm
  • 'Grille.java' 'Morpion.java' 'Morpionjava.java' 'TimeFactor.java' 'Victoire.java'
  • Updated 1st solution for Problem4 in ProjectEuler
  • Changed return type of findPalindromicNum function
  • Completed main algorithms

이정우(Lee Jeongwoo) jeongwoo25

  • Reviewed 'BFS' and invert the code from C++ version to C version.
  • Reviewed 'DFS' and invert the code from C++ version to C version.
  • Created 'AVL Tree'.c file in data_structures\binary_trees folder.
  • Created 'Merge two balanced BST'.c file in data_structures\binary_trees folder.
  • Created 'SplayTree_Search'.c file in data_structures\binary_trees folder.
  • Created 'SplayTree_Insert'.c file in data_structures\binary_trees folder.
  • Created 'Diameter of BST'.c file in data_structures\binary_trees folder.
  • Created 'Diameter of BST_efficient'.c file in data_structures\binary_trees folder.

이지우(Lee Jiwoo) LJW25

2019, June 11

박동찬(Park DongChan) ParkDongChan

이정우(Lee Jeongwoo) jeongwoo25

조민규(Jo Mingyu) redjo99