Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by rogercoding
A curated list of projects in awesome lists by rogercoding .
https://github.com/rogercoding/rogercoding
Config files for my GitHub profile.
Last synced: 18 Jan 2025
https://github.com/rogercoding/data-structure-and-algorithm
A repository containing the function code of data structures and algorithm for collaboration for the open source tournament
algorithms algorithms-and-data-structures data-structures java open-source
Last synced: 18 Jan 2025
https://github.com/rogercoding/binary-search-tree
This Java program implements a Binary Search Tree (BST) with basic operations: node insertion, key searching, and in-order traversal. It demonstrates efficient data storage, retrieval, and sorted data display.
binary-search-tree java object-oriented-programming
Last synced: 18 Jan 2025
https://github.com/rogercoding/trading-system-base-design
A basic Python trading system that tracks stock prices, executes buy/sell orders based on set conditions, and manages portfolio and transactions.
data-structures python trading-algorithms trading-systems
Last synced: 18 Jan 2025
https://github.com/rogercoding/stack-operations
A stack is a LIFO data structure supporting push (add to top) and pop (remove from top) operations. It includes is_empty to check if empty and peek to view the top item without removal.
algorithms data-structures open-source pop-operation push-operation python stacks
Last synced: 18 Jan 2025