Skip to content
Snippets Groups Projects
Select Git revision
  • feature/v1.3.60
  • develop default protected
  • main protected
  • release/v1.0.7
  • release/v1.0.0
  • feature/v0.9.5
  • release/v0.6.2
  • hotfix/v0.5.7
  • release/v0.5.6
  • release/v0.5.5
  • hotfix/v0.5.4
  • hotfix/v0.5.3
  • hotfix/v0.5.2
  • release/v0.5.1
  • hotfix/v0.5.0
  • hotfix/v0.4.9
  • hotfix/v0.4.8
  • hotfix/v0.4.7
  • release/v0.4.6
  • hotfix/v0.4.5
  • v1.3.55
  • v1.3.52
  • v1.3.50
  • v1.3.45
  • v1.3.42
  • v1.3.41
  • v1.3.40
  • v1.3.38
  • v1.3.37
  • v1.3.36
  • v1.3.35
  • v1.3.34
  • v1.3.33
  • v1.3.32
  • v1.3.31
  • v1.3.30
  • v1.3.29
  • v1.3.28
  • v1.3.27
  • v1.3.26
40 results

testconsts

  • Clone with SSH
  • Clone with HTTPS
  • Md. Alim Ul Karim's avatar
    Md. Alim Ul Karim authored
    Resolve "LinkedCollections"
    
    Closes #19
    
    ## Introduction `LinkedCollection`
    
    A linkedlist type of data structure collection where each node holds string collection as a value.
    
    Note: [Template Reference](https://hackmd.io/@akarimevatix/H1Qsmq23w)
    
    ## Worked on Items
    
    - [x] #19 LinkedCollections, LinkedCollectionNode
    - [x] #12 Equality compare fix for LinkedCollections
    
    ## TODOs
    
    - [ ] Equality compare fix for LinkedList
    - [ ] Remove issue fix, currently removing two items together fails.
    
    ## References
    
    - [Go Slice Tricks Cheat Sheet](https://ueokande.github.io/go-slice-tricks/)
    - [SliceTricks · golang/go Wiki](https://github.com/golang/go/wiki/SliceTricks)
    - [ueokande/go-slice-tricks: Cheat Sheet for Go Slice Tricks](https://github.com/ueokande/go-slice-tricks)
    - [Quick Sort in Go (Golang) - golangprograms.com](https://www.golangprograms.com/golang-program-for-implementation-of-quick-sort.html)
        - [Sorting using golang lib](https://play.golang.org/p/sJ8a464USeV)
        - [Pointer Strings Sort](https://play.golang.org/p/8V8YYdQrO6q)
    - [Golang Array process issue without copying (!Important)](https://play.golang.org/p/GvdJMPmCStz)
    - [Linked List | Set 2 (Inserting a node) - GeeksforGeeks](https://www.geeksforgeeks.org/linked-list-set-2-inserting-a-node/)
    - [Go Data Structures: Linked List](https://flaviocopes.com/golang-data-structure-linked-list/)
    
    ## Notes
    
    - N/A
    
    See merge request !24
    b9d437bc
    History
    Name Last commit Last update
    ..
    constants.go
    vars.go