strategy-pattern

BST for storing student information and strategy pattern implementation

BST for storing student information and strategy pattern implementation Question: I’m trying to implement a binary search tree for storing student data such as first name, last name, id, and GPA and apply some strategy patterns to them. I’m not able to understand how to insert students’ data objects in the BST. Is there any …

Total answers: 1

Available data in TradingView's exported chart data file

Available data in TradingView's exported chart data file Question: To back-test a trading strategy, I use the replay feature in trading view and mark my trades by adding a "long position" or "short position" from the left panel. Like this: I need to save the data (chart data including the positions, or any other drawing …

Total answers: 1