Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph functionality #1

Open
wants to merge 73 commits into
base: master
Choose a base branch
from

Commits on Nov 19, 2020

  1. Configuration menu
    Copy the full SHA
    65ad500 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7af0b51 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    d288c10 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. change name

    zhihuidu committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    9a22704 View commit details
    Browse the repository at this point in the history
  2. add suffix_array Python test

    zhihuidu committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    c81d755 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    dbd6d96 View commit details
    Browse the repository at this point in the history
  2. add the lcp array method

    zhihuidu committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    21df359 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. confirm submit all changes

    zhihuidu committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    940cb79 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. add thirdpary files

    zhihuidu committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    9f22f79 View commit details
    Browse the repository at this point in the history
  2. solve conflict

    zhihuidu committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    3a220dc View commit details
    Browse the repository at this point in the history
  3. add thirdparty files

    zhihuidu committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    4131820 View commit details
    Browse the repository at this point in the history
  4. updated

    dbader13 committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    c9e03fb View commit details
    Browse the repository at this point in the history
  5. Update SACA.chpl comments

    reworded and added some comments
    alvaradoo committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    d184048 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from alvaradoo/patch-1

    Update SACA.chpl comments
    zhihuidu committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    8f88f4c View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    b6228e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. change to relative directory

    zhihuidu committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    42e3ba7 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2020

  1. Configuration menu
    Copy the full SHA
    9702d46 View commit details
    Browse the repository at this point in the history
  2. suffix_arry_file updated

    zhihuidu committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    7a0b197 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e90ca27 View commit details
    Browse the repository at this point in the history
  4. datatype in string.py

    zhihuidu committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    2db17d8 View commit details
    Browse the repository at this point in the history
  5. remove suffixarray_test.py

    zhihuidu committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    da30cfa View commit details
    Browse the repository at this point in the history
  6. update third party config

    zhihuidu committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    6b6e41a View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Configuration menu
    Copy the full SHA
    38818a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. solve the conflict

    zhihuidu committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    32ecc0c View commit details
    Browse the repository at this point in the history
  2. update the SegSArray

    zhihuidu committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    a6c536e View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. remove unused import

    zhihuidu committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    16cca77 View commit details
    Browse the repository at this point in the history
  2. align with strings function

    zhihuidu committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    9d60563 View commit details
    Browse the repository at this point in the history
  3. correct a typo

    zhihuidu committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    59174ac View commit details
    Browse the repository at this point in the history
  4. type match

    zhihuidu committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    0cda91d View commit details
    Browse the repository at this point in the history
  5. data type

    zhihuidu committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    e1c3173 View commit details
    Browse the repository at this point in the history
  6. bool or pdarray

    zhihuidu committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    3861e62 View commit details
    Browse the repository at this point in the history
  7. remove binary op

    zhihuidu committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    edc3f63 View commit details
    Browse the repository at this point in the history
  8. remove binary op

    zhihuidu committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    6074b60 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2020

  1. Configuration menu
    Copy the full SHA
    4f773e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    267238c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    189c32e View commit details
    Browse the repository at this point in the history
  4. copy master gather.py

    zhihuidu committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    0aa835c View commit details
    Browse the repository at this point in the history
  5. make sa.py check easy

    zhihuidu committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    ed98498 View commit details
    Browse the repository at this point in the history
  6. check test/*.chpl

    zhihuidu committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    9f5c3d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

  1. Configuration menu
    Copy the full SHA
    ac7e209 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fd3b05 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. copy string_test.py

    zhihuidu committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    50be2e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    f1781e8 View commit details
    Browse the repository at this point in the history
  2. update lcp related code

    zhihuidu committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    221679e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from reuster986/master

    Fixed bug in UnitTestPeelStick
    zhihuidu committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    a8a195a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bff3e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Configuration menu
    Copy the full SHA
    2af5ce8 View commit details
    Browse the repository at this point in the history
  2. solve the sphinx error

    zhihuidu committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    2d40c0e View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Configuration menu
    Copy the full SHA
    c782b5a View commit details
    Browse the repository at this point in the history
  2. single locales for C code

    zhihuidu committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    00b3579 View commit details
    Browse the repository at this point in the history
  3. resolve convlict

    zhihuidu committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    80f78c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Configuration menu
    Copy the full SHA
    010a446 View commit details
    Browse the repository at this point in the history
  2. remove mypy CI check error

    zhihuidu committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    f5ca67a View commit details
    Browse the repository at this point in the history
  3. tuple data type

    zhihuidu committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    6d65335 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Configuration menu
    Copy the full SHA
    45346d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. update bool parameters

    zhihuidu committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    0807221 View commit details
    Browse the repository at this point in the history
  2. RAMT benchmark

    zhihuidu committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    830377f View commit details
    Browse the repository at this point in the history
  3. remove print information

    zhihuidu committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    d06e6f3 View commit details
    Browse the repository at this point in the history
  4. comment some graph functions

    zhihuidu committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    380668c View commit details
    Browse the repository at this point in the history
  5. update graph class

    zhihuidu committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    c6a3946 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. vertex model, add start_i

    zhihuidu committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    0e47e48 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. implement bfs algorithm

    zhihuidu committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    07906d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. add bfs.py, remove bugs

    zhihuidu committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    b12bfde View commit details
    Browse the repository at this point in the history
  2. check comipling error

    zhihuidu committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    73a5bcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    031f947 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. bfs return one array

    zhihuidu committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    13e19e8 View commit details
    Browse the repository at this point in the history
  2. use for instead of forall

    zhihuidu committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    eb00b06 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. forall intention

    zhihuidu committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    9142d28 View commit details
    Browse the repository at this point in the history
  2. add use set

    zhihuidu committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    b254e5b View commit details
    Browse the repository at this point in the history
  3. change bfs.py parameters

    zhihuidu committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    758cceb View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. add data filtering patterns

    zhihuidu committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    0448771 View commit details
    Browse the repository at this point in the history
  2. only fillInt

    zhihuidu committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    0fc3f40 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    08374f6 View commit details
    Browse the repository at this point in the history