issues Search Results · repo:code-shoily/algorithms-in-dart language:Dart
Filter by
14 results
(69 ms)14 results
incode-shoily/algorithms-in-dart (press backspace or delete to remove)I am watching dsa js tutorial and implementing in on dart currently on radix sort
//radix sort import dart:math as Math;
main() { }
getDigitNum(int n, int i) { // return ((n / 100).round() %10); // ...
vipuluthaiah
- 4
- Opened on Nov 27, 2020
- #37
Some ground-works have been done to make the process easier such as tighter generics types (Please look into the ADTs
and nil on RedBlackTree). The process should start with removal of // @dart=2.9 on ...
enhancement
code-shoily
- Opened on Nov 21, 2020
- #35
The test/graph/vertex_test.dart has variables bleeding throughout the codebase. We need to clean those up in spirit of
other files. We should extract all local var declarations in the top level and lock/unlock ...
good first issue
refactor
code-shoily
- Opened on Oct 31, 2020
- #31
- Add inComing and outGoing fields on Vertex to include connections
- Remove Connection and replace it with LinkedHashMap with num as values (weight)
- Refactor Graph as abstract class
- Remove ...
enhancement
refactor
code-shoily
- Opened on Oct 31, 2020
- #29
Write a function to perform topological sort on Graph ADT.
Link: https://en.wikipedia.org/wiki/Topological_sorting
enhancement
code-shoily
- Opened on Oct 29, 2020
- #24
Goals:
- [X] Binary Search Tree.
- [x] AVL Tree.
- [X] Red-Black Tree.
- [ ] B Tree.
- [ ] B+ Tree.
- [x] Threaded Binary Tree.
- [x] Trie.
- [ ] Radix Tree.
enhancement
good first issue
happy-san
- 2
- Opened on Oct 9, 2020
- #19
- Convert to and from matrix representation
- Review the adjacency matrix implementation and refactor if necessary
enhancement
good first issue
code-shoily
- Opened on Oct 2, 2020
- #15
code-shoily
- Opened on Oct 2, 2020
- #14
code-shoily
- Opened on Oct 2, 2020
- #13

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.