Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan-Zamfir committed May 16, 2024
2 parents c413ff9 + f2c9ac5 commit a398f9b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions csvData/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ func (d *Data) addData(c int) {
}


<<<<<<< HEAD
=======

>>>>>>> dev
11 changes: 11 additions & 0 deletions data/equations.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
package data

<<<<<<< HEAD
var temp_array = []int{10, 32, 44, 12, 92, 40, 19, 32, 1, 9, 6, 20, 17}
=======


var temp_arr = []int{10, 20, 31, 32, 19, 43, 71, 18, 2, 98, 93, 29, 61, 5}

func Normalize() {
>>>>>>> dev


func Minimum(arr []int) int {
Expand All @@ -23,7 +31,10 @@ func Maximum(arr []int) int{
return max
}

<<<<<<< HEAD

=======
>>>>>>> dev
//normalize:
//for i in row[x]:
// normD = (i-min(row[x]) / (max(row[x]) - min(row[x]))
Expand Down

0 comments on commit a398f9b

Please sign in to comment.