Skip to content

Commit bfb9f4c

Browse files
authored
Update README.md
1 parent e139d54 commit bfb9f4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# InvAASTCluster: On Applying Invariant-Based Program Clustering to Introductory Programming Assignments
22

3-
This is an implementation of the program clustering framework for introductory programming assignments (IPAs), described in the following paper: _"InvAASTCluster: On Applying Invariant-Based Program Clustering to Introductory Programming Assignments"_ ([https://arxiv.org/pdf/.pdf](https://arxiv.org/pdf/.pdf)).
3+
This is an implementation of the program clustering framework for introductory programming assignments (IPAs), described in the following paper: _"InvAASTCluster: On Applying Invariant-Based Program Clustering to Introductory Programming Assignments"_ ([https://arxiv.org/abs/2206.14175](https://arxiv.org/abs/2206.14175)).
44

55
InvAASTCluster is a novel and efficient approach for clustering submissions for introductory programming assignments (IPAs) based on the submissions' sets of program invariants and anonymized abstract syntax tree (AAST) representations.
66

@@ -31,7 +31,7 @@ Therefore, given an incorrect submission, InvAASTCluster was designed to be also
3131

3232
## References
3333

34-
Pedro Orvalho, Mikoláš Janota, and Vasco Manquinho. InvAASTCluster: On Applying Invariant-Based Program Clustering to Introductory Programming Assignments. 2022. [https://arxiv.org/pdf/.pdf](https://arxiv.org/pdf/.pdf)
34+
Pedro Orvalho, Mikoláš Janota, and Vasco Manquinho. InvAASTCluster: On Applying Invariant-Based Program Clustering to Introductory Programming Assignments. 2022. [https://arxiv.org/pdf/2206.14175.pdf](https://arxiv.org/pdf/2206.14175.pdf)
3535

3636
## Introductory Programming Assignments (IPAs) Datasets
3737

0 commit comments

Comments
 (0)